Html Css Color HEX #684FFB Neon Blue

📋 copy color: '#684FFB'

red 104 ◦ green 79 ◦ blue 251

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

Shades of Neon Blue #684FFB

Tints of Neon Blue #684FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.2%

 BLUE value IS 251 (98.44% from 255) = 57.83%

R = 23.96%
G = 18.2%
B = 57.83%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#684FFB (or 0x684FFB) is known color: Neon Blue. HEX triplet: 68, 4F and FB. RGB value is (104,79,251). Sum of RGB (Red+Green+Blue) = 104+79+251=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #684FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #684FFB is #97B004. Grayscale: #696969. Windows color (decimal): -9940997 or 16469864. OLE color: 16469864.

HSL color Cylindrical-coordinate representation of color #684FFB: hue angle of 248.72º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #684FFB is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 79 251 -
CMYK 0.59 0.69 0 0.02
HSL 248.72º 0.96% 0.65% -
HSV(B) 248.72º 0.69% 0.98% -
XYZ 25.92 15.5 92.89 -
YUV 106.08 209.78 126.51 -
System Red Green Blue C M Y K H S L
Decimal 104 79 251 0.59 0.69 0 0.02 248.72 0.96 0.65
Hex 68 4F FB 3B 45 0 2 F9 60 41
Octal 150 117 373 73 105 0 2 371 140 101
Binary 1101000 1001111 11111011 111011 1000101 0 10 11111001 1100000 1000001

Color Harmonies of #684FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684FFB

Black with #684FFB

Text Example


Text Example

White with #684FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684FFB; }

 p { color: rgb(104,79,251); }

 H1.HeaderClassName
 {
   color: #684FFB;
 }
 .AnyTagClassName
 {
   color: #684FFB;
 }
</style>

background-color css

<style>
 a { background-color: #684FFB; }

 a { background-color: rgb(104,79,251); }

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

border-color css

<style>
 span { border-color: #684FFB; }

 span { border-color: rgb(104,79,251); }

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