#604EE9

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

Shades of Neon Blue #604EE9

Tints of Neon Blue #604EE9

Color information

#604EE9 (or 0x604EE9) is unknown color: approx Neon Blue. HEX triplet: 60, 4E and E9. RGB value is (96,78,233). Sum of RGB (Red+Green+Blue) = 96+78+233=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 233 (91.41% from 255 or 57.25% from 407); Max value from RGB is 233 - color contains mainly: blue. Hex color #604EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604EE9 is #9FB116. Grayscale: #646464. Windows color (decimal): -10465559 or 15289952. OLE color: 15289952.

HSL color Cylindrical-coordinate representation of color #604EE9: hue angle of 246.97º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #604EE9 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9678233-
CMYK0.590.6700.09
HSL246.97º77.89%60.98%-
HSV(B)246.97º66.52%91.37%-
XYZ22.2613.8278.59-
YUV101.05202.46124.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.59%
GREEN value IS 78 (30.86% from 255) = 19.16%
BLUE value IS 233 (91.41% from 255) = 57.25%
R=23.59%
G=19.16%
B=57.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal96782330.590.6700.09246.9777.8960.98
Hex604EE93B4309f74e3d
Octal1401163517310301136711675
Binary1100000100111011101001111011100001101001111101111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,78,233); }

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

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

 a { background-color: rgb(96,78,233); }

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

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

 span { border-color: rgb(96,78,233); }

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