Shades of Neon Blue #603EED
Tints of Neon Blue #603EED
RGB
CMYK
RGB Variations
Color information
#603EED (or 0x603EED) is known color: Neon Blue. HEX triplet: 60, 3E and ED. RGB value is (96,62,237). Sum of RGB (Red+Green+Blue) = 96+62+237=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #603EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603EED is #9FC112. Grayscale: #5B5B5B. Windows color (decimal): -10469651 or 15548000. OLE color: 15548000.
HSL color Cylindrical-coordinate representation of color #603EED: hue angle of 251.66º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #603EED is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 62 | 237 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.07 |
| HSL | 251.66º | 0.83% | 0.59% | - |
| HSV(B) | 251.66º | 0.74% | 0.93% | - |
| XYZ | 21.83 | 12.05 | 81.3 | - |
| YUV | 92.12 | 209.76 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 237 | 0.59 | 0.74 | 0 | 0.07 | 251.66 | 0.83 | 0.59 |
| Hex | 60 | 3E | ED | 3B | 4A | 0 | 7 | FC | 53 | 3B |
| Octal | 140 | 76 | 355 | 73 | 112 | 0 | 7 | 374 | 123 | 73 |
| Binary | 1100000 | 111110 | 11101101 | 111011 | 1001010 | 0 | 111 | 11111100 | 1010011 | 111011 |
Color Harmonies of #603EED
Complementary color
Monochromatic Colors of #603EED
Black with #603EED
Text Example
Text Example
White with #603EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603EED; }
p { color: rgb(96,62,237); }
H1.HeaderClassName
{
color: #603EED;
}
.AnyTagClassName
{
color: #603EED;
}
</style>
background-color css
<style>
a { background-color: #603EED; }
a { background-color: rgb(96,62,237); }
div.DivClassName
{
background-color: #603EED;
}
.BgClassName
{
background-color: #603EED;
}
</style>
border-color css
<style>
span { border-color: #603EED; }
span { border-color: rgb(96,62,237); }
td.TdClassName
{
border-color: #603EED;
}
.TagClassName
{
border-color: #603EED;
}
</style>