Html Css Color HEX #683AFE Neon Blue

📋 copy color: '#683AFE'

red 104 ◦ green 58 ◦ blue 254

#683AFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #683AFE

Tints of Neon Blue #683AFE

RGB

 RED value IS 104 (41.02% from 255) = 25%

 GREEN value IS 58 (23.05% from 255) = 13.94%

 BLUE value IS 254 (99.61% from 255) = 61.06%

R = 25%
G = 13.94%
B = 61.06%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#683AFE (or 0x683AFE) is known color: Neon Blue. HEX triplet: 68, 3A and FE. RGB value is (104,58,254). Sum of RGB (Red+Green+Blue) = 104+58+254=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #683AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683AFE is #97C501. Grayscale: #5D5D5D. Windows color (decimal): -9946370 or 16661096. OLE color: 16661096.

HSL color Cylindrical-coordinate representation of color #683AFE: hue angle of 254.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #683AFE is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 58 254 -
CMYK 0.59 0.77 0 0.00
HSL 254.08º 0.99% 0.61% -
HSV(B) 254.08º 0.77% 1% -
XYZ 25.11 13.12 94.98 -
YUV 94.1 218.24 135.06 -
System Red Green Blue C M Y K H S L
Decimal 104 58 254 0.59 0.77 0 0.00 254.08 0.99 0.61
Hex 68 3A FE 3B 4D 0 0 FE 63 3D
Octal 150 72 376 73 115 0 0 376 143 75
Binary 1101000 111010 11111110 111011 1001101 0 0 11111110 1100011 111101

Color Harmonies of #683AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683AFE

Black with #683AFE

Text Example


Text Example

White with #683AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683AFE; }

 p { color: rgb(104,58,254); }

 H1.HeaderClassName
 {
   color: #683AFE;
 }
 .AnyTagClassName
 {
   color: #683AFE;
 }
</style>

background-color css

<style>
 a { background-color: #683AFE; }

 a { background-color: rgb(104,58,254); }

 div.DivClassName
 {
   background-color: #683AFE;
 }
 .BgClassName
 {
   background-color: #683AFE;
 }
</style>

border-color css

<style>
 span { border-color: #683AFE; }

 span { border-color: rgb(104,58,254); }

 td.TdClassName
 {
   border-color: #683AFE;
 }
 .TagClassName
 {
   border-color: #683AFE;
 }
</style>