#604DFE

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

Shades of Neon Blue #604DFE

Tints of Neon Blue #604DFE

Color information

#604DFE (or 0x604DFE) is unknown color: approx Neon Blue. HEX triplet: 60, 4D and FE. RGB value is (96,77,254). Sum of RGB (Red+Green+Blue) = 96+77+254=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #604DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604DFE is #9FB201. Grayscale: #666666. Windows color (decimal): -10465794 or 16665952. OLE color: 16665952.

HSL color Cylindrical-coordinate representation of color #604DFE: hue angle of 246.44º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #604DFE is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB9677254-
CMYK0.620.7000.00
HSL246.44º98.88%64.9%-
HSV(B)246.44º69.69%99.61%-
XYZ25.3714.9595.31-
YUV102.86213.29123.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 77 (30.47% from 255) = 18.03%
BLUE value IS 254 (99.61% from 255) = 59.48%
R=22.48%
G=18.03%
B=59.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal96772540.620.7000.00246.4498.8864.9
Hex604DFE3E4600f66341
Octal1401153767610600366143101
Binary11000001001101111111101111101000110001111011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604DFE; }

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

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

<style>
 a { background-color: #604DFE; }

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

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

<style>
 span { border-color: #604DFE; }

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

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