#684EFF

Color #684EFF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #684EFF

Tints of Neon Blue #684EFF

Color information

#684EFF (or 0x684EFF) is unknown color: approx Neon Blue. HEX triplet: 68, 4E and FF. RGB value is (104,78,255). Sum of RGB (Red+Green+Blue) = 104+78+255=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #684EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #684EFF is #97B100. Grayscale: #696969. Windows color (decimal): -9941249 or 16731752. OLE color: 16731752.

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

Color convert

RGB10478255-
CMYK0.590.6900
HSL248.81º100%65.29%-
HSV(B)248.81º69.41%100%-
XYZ26.4815.6196.23-
YUV105.95212.11126.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.80%
GREEN value IS 78 (30.86% from 255) = 17.85%
BLUE value IS 255 (100% from 255) = 58.35%
R=23.80%
G=17.85%
B=58.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal104782550.590.6900248.8110065.29
Hex684EFF3B4500f96441
Octal1501163777310500371144101
Binary11010001001110111111111110111000101001111100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,78,255); }

 H1.HeaderClassName
 {
   color: #684EFF;
 }
 .AnyTagClassName
 {
   color: #684EFF;
 }
</style>
background-color css

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

 a { background-color: rgb(104,78,255); }

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

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

 span { border-color: rgb(104,78,255); }

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