#604DE8

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

Shades of Neon Blue #604DE8

Tints of Neon Blue #604DE8

Color information

#604DE8 (or 0x604DE8) is unknown color: approx Neon Blue. HEX triplet: 60, 4D and E8. RGB value is (96,77,232). Sum of RGB (Red+Green+Blue) = 96+77+232=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 232 (91.02% from 255 or 57.28% from 405); Max value from RGB is 232 - color contains mainly: blue. Hex color #604DE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604DE8 is #9FB217. Grayscale: #636363. Windows color (decimal): -10465816 or 15224160. OLE color: 15224160.

HSL color Cylindrical-coordinate representation of color #604DE8: hue angle of 247.35º degrees, saturation: 0.77, 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 #604DE8 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9677232-
CMYK0.590.6700.09
HSL247.35º77.11%60.59%-
HSV(B)247.35º66.81%90.98%-
XYZ22.0413.6277.81-
YUV100.35202.29124.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.70%
GREEN value IS 77 (30.47% from 255) = 19.01%
BLUE value IS 232 (91.02% from 255) = 57.28%
R=23.70%
G=19.01%
B=57.28%

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
Decimal96772320.590.6700.09247.3577.1160.59
Hex604DE83B4309f74d3d
Octal1401153507310301136711575
Binary1100000100110111101000111011100001101001111101111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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