#604BF0

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

Shades of Neon Blue #604BF0

Tints of Neon Blue #604BF0

Color information

#604BF0 (or 0x604BF0) is unknown color: approx Neon Blue. HEX triplet: 60, 4B and F0. RGB value is (96,75,240). Sum of RGB (Red+Green+Blue) = 96+75+240=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 240 (94.14% from 255 or 58.39% from 411); Max value from RGB is 240 - color contains mainly: blue. Hex color #604BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #604BF0 is #9FB40F. Grayscale: #636363. Windows color (decimal): -10466320 or 15747936. OLE color: 15747936.

HSL color Cylindrical-coordinate representation of color #604BF0: hue angle of 247.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #604BF0 is Cyan = 0.6, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9675240-
CMYK0.60.6900.06
HSL247.64º84.62%61.76%-
HSV(B)247.64º68.75%94.12%-
XYZ23.0713.8183.89-
YUV100.09206.96125.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.36%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 240 (94.14% from 255) = 58.39%
R=23.36%
G=18.25%
B=58.39%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal96752400.60.6900.06247.6484.6261.76
Hex604BF03C4506f8553e
Octal140113360741050637012576
Binary110000010010111111000011110010001010110111110001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,75,240); }

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

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

 a { background-color: rgb(96,75,240); }

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

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

 span { border-color: rgb(96,75,240); }

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