#604CEA

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

Shades of Neon Blue #604CEA

Tints of Neon Blue #604CEA

Color information

#604CEA (or 0x604CEA) is unknown color: approx Neon Blue. HEX triplet: 60, 4C and EA. RGB value is (96,76,234). Sum of RGB (Red+Green+Blue) = 96+76+234=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #604CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #604CEA is #9FB315. Grayscale: #636363. Windows color (decimal): -10466070 or 15354976. OLE color: 15354976.

HSL color Cylindrical-coordinate representation of color #604CEA: hue angle of 247.59º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #604CEA is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9676234-
CMYK0.590.6800.08
HSL247.59º79%60.78%-
HSV(B)247.59º67.52%91.76%-
XYZ22.2613.679.29-
YUV99.99203.63125.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.65%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 234 (91.80% from 255) = 57.64%
R=23.65%
G=18.72%
B=57.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal96762340.590.6800.08247.597960.78
Hex604CEA3B4408f84f3d
Octal1401143527310401037011775
Binary1100000100110011101010111011100010001000111110001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,76,234); }

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

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

 a { background-color: rgb(96,76,234); }

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

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

 span { border-color: rgb(96,76,234); }

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