Shades of Neon Blue #603AF0
Tints of Neon Blue #603AF0
RGB
CMYK
RGB Variations
Color information
#603AF0 (or 0x603AF0) is known color: Neon Blue. HEX triplet: 60, 3A and F0. RGB value is (96,58,240). Sum of RGB (Red+Green+Blue) = 96+58+240=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 240 (94.14% from 255 or 60.91% from 394); Max value from RGB is 240 - color contains mainly: blue. Hex color #603AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603AF0 is #9FC50F. Grayscale: #595959. Windows color (decimal): -10470672 or 15743584. OLE color: 15743584.
HSL color Cylindrical-coordinate representation of color #603AF0: hue angle of 252.53º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #603AF0 is Cyan = 0.6, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 58 | 240 | - |
| CMYK | 0.6 | 0.76 | 0 | 0.06 |
| HSL | 252.53º | 0.86% | 0.58% | - |
| HSV(B) | 252.53º | 0.76% | 0.94% | - |
| XYZ | 22.07 | 11.8 | 83.55 | - |
| YUV | 90.11 | 212.59 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 240 | 0.6 | 0.76 | 0 | 0.06 | 252.53 | 0.86 | 0.58 |
| Hex | 60 | 3A | F0 | 3C | 4C | 0 | 6 | FD | 56 | 3A |
| Octal | 140 | 72 | 360 | 74 | 114 | 0 | 6 | 375 | 126 | 72 |
| Binary | 1100000 | 111010 | 11110000 | 111100 | 1001100 | 0 | 110 | 11111101 | 1010110 | 111010 |
Color Harmonies of #603AF0
Complementary color
Monochromatic Colors of #603AF0
Black with #603AF0
Text Example
Text Example
White with #603AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603AF0; }
p { color: rgb(96,58,240); }
H1.HeaderClassName
{
color: #603AF0;
}
.AnyTagClassName
{
color: #603AF0;
}
</style>
background-color css
<style>
a { background-color: #603AF0; }
a { background-color: rgb(96,58,240); }
div.DivClassName
{
background-color: #603AF0;
}
.BgClassName
{
background-color: #603AF0;
}
</style>
border-color css
<style>
span { border-color: #603AF0; }
span { border-color: rgb(96,58,240); }
td.TdClassName
{
border-color: #603AF0;
}
.TagClassName
{
border-color: #603AF0;
}
</style>