#604AF2

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

Shades of Neon Blue #604AF2

Tints of Neon Blue #604AF2

Color information

#604AF2 (or 0x604AF2) is unknown color: approx Neon Blue. HEX triplet: 60, 4A and F2. RGB value is (96,74,242). Sum of RGB (Red+Green+Blue) = 96+74+242=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 242 (94.92% from 255 or 58.74% from 412); Max value from RGB is 242 - color contains mainly: blue. Hex color #604AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #604AF2 is #9FB50D. Grayscale: #636363. Windows color (decimal): -10466574 or 15878752. OLE color: 15878752.

HSL color Cylindrical-coordinate representation of color #604AF2: hue angle of 247.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #604AF2 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9674242-
CMYK0.600.6900.05
HSL247.86º86.6%61.96%-
HSV(B)247.86º69.42%94.9%-
XYZ23.313.885.44-
YUV99.73208.29125.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.30%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 242 (94.92% from 255) = 58.74%
R=23.30%
G=17.96%
B=58.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal96742420.600.6900.05247.8686.661.96
Hex604AF23C4505f8573e
Octal140112362741050537012776
Binary110000010010101111001011110010001010101111110001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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