#604AFE

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

Shades of Neon Blue #604AFE

Tints of Neon Blue #604AFE

Color information

#604AFE (or 0x604AFE) is unknown color: approx Neon Blue. HEX triplet: 60, 4A and FE. RGB value is (96,74,254). Sum of RGB (Red+Green+Blue) = 96+74+254=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #604AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #604AFE is #9FB501. Grayscale: #646464. Windows color (decimal): -10466562 or 16665184. OLE color: 16665184.

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

Color convert

RGB9674254-
CMYK0.620.7100.00
HSL247.33º98.9%64.31%-
HSV(B)247.33º70.87%99.61%-
XYZ25.1614.5495.25-
YUV101.1214.29124.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.64%
GREEN value IS 74 (29.30% from 255) = 17.45%
BLUE value IS 254 (99.61% from 255) = 59.91%
R=22.64%
G=17.45%
B=59.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal96742540.620.7100.00247.3398.964.31
Hex604AFE3E4700f76340
Octal1401123767610700367143100
Binary11000001001010111111101111101000111001111011111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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