Shades of Neon Blue #603CFD
Tints of Neon Blue #603CFD
RGB
CMYK
RGB Variations
Color information
#603CFD (or 0x603CFD) is known color: Neon Blue. HEX triplet: 60, 3C and FD. RGB value is (96,60,253). Sum of RGB (Red+Green+Blue) = 96+60+253=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #603CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603CFD is #9FC302. Grayscale: #5C5C5C. Windows color (decimal): -10470147 or 16596064. OLE color: 16596064.
HSL color Cylindrical-coordinate representation of color #603CFD: hue angle of 251.19º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #603CFD is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 60 | 253 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.01 |
| HSL | 251.19º | 0.98% | 0.61% | - |
| HSV(B) | 251.19º | 0.76% | 0.99% | - |
| XYZ | 24.17 | 12.81 | 94.13 | - |
| YUV | 92.77 | 218.43 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 253 | 0.62 | 0.76 | 0 | 0.01 | 251.19 | 0.98 | 0.61 |
| Hex | 60 | 3C | FD | 3E | 4C | 0 | 1 | FB | 62 | 3D |
| Octal | 140 | 74 | 375 | 76 | 114 | 0 | 1 | 373 | 142 | 75 |
| Binary | 1100000 | 111100 | 11111101 | 111110 | 1001100 | 0 | 1 | 11111011 | 1100010 | 111101 |
Color Harmonies of #603CFD
Complementary color
Monochromatic Colors of #603CFD
Black with #603CFD
Text Example
Text Example
White with #603CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603CFD; }
p { color: rgb(96,60,253); }
H1.HeaderClassName
{
color: #603CFD;
}
.AnyTagClassName
{
color: #603CFD;
}
</style>
background-color css
<style>
a { background-color: #603CFD; }
a { background-color: rgb(96,60,253); }
div.DivClassName
{
background-color: #603CFD;
}
.BgClassName
{
background-color: #603CFD;
}
</style>
border-color css
<style>
span { border-color: #603CFD; }
span { border-color: rgb(96,60,253); }
td.TdClassName
{
border-color: #603CFD;
}
.TagClassName
{
border-color: #603CFD;
}
</style>