Shades of Neon Blue #603CEB
Tints of Neon Blue #603CEB
RGB
CMYK
RGB Variations
Color information
#603CEB (or 0x603CEB) is known color: Neon Blue. HEX triplet: 60, 3C and EB. RGB value is (96,60,235). Sum of RGB (Red+Green+Blue) = 96+60+235=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #603CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603CEB is #9FC314. Grayscale: #5A5A5A. Windows color (decimal): -10470165 or 15416416. OLE color: 15416416.
HSL color Cylindrical-coordinate representation of color #603CEB: hue angle of 252.34º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #603CEB is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 60 | 235 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.08 |
| HSL | 252.34º | 0.81% | 0.58% | - |
| HSV(B) | 252.34º | 0.74% | 0.92% | - |
| XYZ | 21.44 | 11.72 | 79.73 | - |
| YUV | 90.71 | 209.43 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 235 | 0.59 | 0.74 | 0 | 0.08 | 252.34 | 0.81 | 0.58 |
| Hex | 60 | 3C | EB | 3B | 4A | 0 | 8 | FC | 51 | 3A |
| Octal | 140 | 74 | 353 | 73 | 112 | 0 | 10 | 374 | 121 | 72 |
| Binary | 1100000 | 111100 | 11101011 | 111011 | 1001010 | 0 | 1000 | 11111100 | 1010001 | 111010 |
Color Harmonies of #603CEB
Complementary color
Monochromatic Colors of #603CEB
Black with #603CEB
Text Example
Text Example
White with #603CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603CEB; }
p { color: rgb(96,60,235); }
H1.HeaderClassName
{
color: #603CEB;
}
.AnyTagClassName
{
color: #603CEB;
}
</style>
background-color css
<style>
a { background-color: #603CEB; }
a { background-color: rgb(96,60,235); }
div.DivClassName
{
background-color: #603CEB;
}
.BgClassName
{
background-color: #603CEB;
}
</style>
border-color css
<style>
span { border-color: #603CEB; }
span { border-color: rgb(96,60,235); }
td.TdClassName
{
border-color: #603CEB;
}
.TagClassName
{
border-color: #603CEB;
}
</style>