Shades of Neon Blue #603EFF
Tints of Neon Blue #603EFF
RGB
CMYK
RGB Variations
Color information
#603EFF (or 0x603EFF) is known color: Neon Blue. HEX triplet: 60, 3E and FF. RGB value is (96,62,255). Sum of RGB (Red+Green+Blue) = 96+62+255=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #603EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603EFF is #9FC100. Grayscale: #5D5D5D. Windows color (decimal): -10469633 or 16727648. OLE color: 16727648.
HSL color Cylindrical-coordinate representation of color #603EFF: hue angle of 250.57º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #603EFF is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 62 | 255 | - |
| CMYK | 0.62 | 0.76 | 0 | 0 |
| HSL | 250.57º | 1% | 0.62% | - |
| HSV(B) | 250.57º | 0.76% | 1% | - |
| XYZ | 24.6 | 13.15 | 95.85 | - |
| YUV | 94.17 | 218.76 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 255 | 0.62 | 0.76 | 0 | 0 | 250.57 | 1 | 0.62 |
| Hex | 60 | 3E | FF | 3E | 4C | 0 | 0 | FB | 64 | 3E |
| Octal | 140 | 76 | 377 | 76 | 114 | 0 | 0 | 373 | 144 | 76 |
| Binary | 1100000 | 111110 | 11111111 | 111110 | 1001100 | 0 | 0 | 11111011 | 1100100 | 111110 |
Color Harmonies of #603EFF
Complementary color
Monochromatic Colors of #603EFF
Black with #603EFF
Text Example
Text Example
White with #603EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603EFF; }
p { color: rgb(96,62,255); }
H1.HeaderClassName
{
color: #603EFF;
}
.AnyTagClassName
{
color: #603EFF;
}
</style>
background-color css
<style>
a { background-color: #603EFF; }
a { background-color: rgb(96,62,255); }
div.DivClassName
{
background-color: #603EFF;
}
.BgClassName
{
background-color: #603EFF;
}
</style>
border-color css
<style>
span { border-color: #603EFF; }
span { border-color: rgb(96,62,255); }
td.TdClassName
{
border-color: #603EFF;
}
.TagClassName
{
border-color: #603EFF;
}
</style>