Shades of Neon Blue #603BFC
Tints of Neon Blue #603BFC
RGB
CMYK
RGB Variations
Color information
#603BFC (or 0x603BFC) is known color: Neon Blue. HEX triplet: 60, 3B and FC. RGB value is (96,59,252). Sum of RGB (Red+Green+Blue) = 96+59+252=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #603BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603BFC is #9FC403. Grayscale: #5B5B5B. Windows color (decimal): -10470404 or 16530272. OLE color: 16530272.
HSL color Cylindrical-coordinate representation of color #603BFC: hue angle of 251.5º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #603BFC is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 59 | 252 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.01 |
| HSL | 251.5º | 0.97% | 0.61% | - |
| HSV(B) | 251.5º | 0.77% | 0.99% | - |
| XYZ | 23.96 | 12.64 | 93.27 | - |
| YUV | 92.07 | 218.26 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 252 | 0.62 | 0.77 | 0 | 0.01 | 251.5 | 0.97 | 0.61 |
| Hex | 60 | 3B | FC | 3E | 4D | 0 | 1 | FC | 61 | 3D |
| Octal | 140 | 73 | 374 | 76 | 115 | 0 | 1 | 374 | 141 | 75 |
| Binary | 1100000 | 111011 | 11111100 | 111110 | 1001101 | 0 | 1 | 11111100 | 1100001 | 111101 |
Color Harmonies of #603BFC
Complementary color
Monochromatic Colors of #603BFC
Black with #603BFC
Text Example
Text Example
White with #603BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603BFC; }
p { color: rgb(96,59,252); }
H1.HeaderClassName
{
color: #603BFC;
}
.AnyTagClassName
{
color: #603BFC;
}
</style>
background-color css
<style>
a { background-color: #603BFC; }
a { background-color: rgb(96,59,252); }
div.DivClassName
{
background-color: #603BFC;
}
.BgClassName
{
background-color: #603BFC;
}
</style>
border-color css
<style>
span { border-color: #603BFC; }
span { border-color: rgb(96,59,252); }
td.TdClassName
{
border-color: #603BFC;
}
.TagClassName
{
border-color: #603BFC;
}
</style>