#684EFC

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

Shades of Neon Blue #684EFC

Tints of Neon Blue #684EFC

Color information

#684EFC (or 0x684EFC) is unknown color: approx Neon Blue. HEX triplet: 68, 4E and FC. RGB value is (104,78,252). Sum of RGB (Red+Green+Blue) = 104+78+252=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #684EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #684EFC is #97B103. Grayscale: #686868. Windows color (decimal): -9941252 or 16535144. OLE color: 16535144.

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

Color convert

RGB10478252-
CMYK0.590.6900.01
HSL248.97º96.67%64.71%-
HSV(B)248.97º69.05%98.82%-
XYZ2615.4293.7-
YUV105.61210.61126.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.96%
GREEN value IS 78 (30.86% from 255) = 17.97%
BLUE value IS 252 (98.83% from 255) = 58.06%
R=23.96%
G=17.97%
B=58.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal104782520.590.6900.01248.9796.6764.71
Hex684EFC3B4501f96141
Octal1501163747310501371141101
Binary11010001001110111111001110111000101011111100111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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