Shades of Neon Blue #603DFF
Tints of Neon Blue #603DFF
RGB
CMYK
RGB Variations
Color information
#603DFF (or 0x603DFF) is known color: Neon Blue. HEX triplet: 60, 3D and FF. RGB value is (96,61,255). Sum of RGB (Red+Green+Blue) = 96+61+255=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #603DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603DFF is #9FC200. Grayscale: #5C5C5C. Windows color (decimal): -10469889 or 16727392. OLE color: 16727392.
HSL color Cylindrical-coordinate representation of color #603DFF: hue angle of 250.82º 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 #603DFF is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 61 | 255 | - |
| CMYK | 0.62 | 0.76 | 0 | 0 |
| HSL | 250.82º | 1% | 0.62% | - |
| HSV(B) | 250.82º | 0.76% | 1% | - |
| XYZ | 24.54 | 13.04 | 95.83 | - |
| YUV | 93.58 | 219.1 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 255 | 0.62 | 0.76 | 0 | 0 | 250.82 | 1 | 0.62 |
| Hex | 60 | 3D | FF | 3E | 4C | 0 | 0 | FB | 64 | 3E |
| Octal | 140 | 75 | 377 | 76 | 114 | 0 | 0 | 373 | 144 | 76 |
| Binary | 1100000 | 111101 | 11111111 | 111110 | 1001100 | 0 | 0 | 11111011 | 1100100 | 111110 |
Color Harmonies of #603DFF
Complementary color
Monochromatic Colors of #603DFF
Black with #603DFF
Text Example
Text Example
White with #603DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603DFF; }
p { color: rgb(96,61,255); }
H1.HeaderClassName
{
color: #603DFF;
}
.AnyTagClassName
{
color: #603DFF;
}
</style>
background-color css
<style>
a { background-color: #603DFF; }
a { background-color: rgb(96,61,255); }
div.DivClassName
{
background-color: #603DFF;
}
.BgClassName
{
background-color: #603DFF;
}
</style>
border-color css
<style>
span { border-color: #603DFF; }
span { border-color: rgb(96,61,255); }
td.TdClassName
{
border-color: #603DFF;
}
.TagClassName
{
border-color: #603DFF;
}
</style>