#604EFD

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

Shades of Neon Blue #604EFD

Tints of Neon Blue #604EFD

Color information

#604EFD (or 0x604EFD) is unknown color: approx Neon Blue. HEX triplet: 60, 4E and FD. RGB value is (96,78,253). Sum of RGB (Red+Green+Blue) = 96+78+253=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #604EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604EFD is #9FB102. Grayscale: #666666. Windows color (decimal): -10465539 or 16600672. OLE color: 16600672.

HSL color Cylindrical-coordinate representation of color #604EFD: hue angle of 246.17º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #604EFD is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9678253-
CMYK0.620.6900.01
HSL246.17º97.77%64.9%-
HSV(B)246.17º69.17%99.22%-
XYZ25.2815.0394.5-
YUV103.33212.46122.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 78 (30.86% from 255) = 18.27%
BLUE value IS 253 (99.22% from 255) = 59.25%
R=22.48%
G=18.27%
B=59.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal96782530.620.6900.01246.1797.7764.9
Hex604EFD3E4501f66241
Octal1401163757610501366142101
Binary11000001001110111111011111101000101011111011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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