#606BFE

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

Shades of Neon Blue #606BFE

Tints of Neon Blue #606BFE

Color information

#606BFE (or 0x606BFE) is unknown color: approx Neon Blue. HEX triplet: 60, 6B and FE. RGB value is (96,107,254). Sum of RGB (Red+Green+Blue) = 96+107+254=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #606BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606BFE is #9F9401. Grayscale: #777777. Windows color (decimal): -10458114 or 16673632. OLE color: 16673632.

HSL color Cylindrical-coordinate representation of color #606BFE: hue angle of 235.82º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #606BFE is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB96107254-
CMYK0.620.5800.00
HSL235.82º98.75%68.63%-
HSV(B)235.82º62.2%99.61%-
XYZ27.9720.1696.18-
YUV120.47203.36110.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.01%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 254 (99.61% from 255) = 55.58%
R=21.01%
G=23.41%
B=55.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal961072540.620.5800.00235.8298.7568.63
Hex606BFE3E3A00ec6345
Octal140153376767200354143105
Binary1100000110101111111110111110111010001110110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606BFE; }

 p { color: rgb(96,107,254); }

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

<style>
 a { background-color: #606BFE; }

 a { background-color: rgb(96,107,254); }

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

<style>
 span { border-color: #606BFE; }

 span { border-color: rgb(96,107,254); }

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