Shades of Neon Blue #603EF2
Tints of Neon Blue #603EF2
RGB
CMYK
RGB Variations
Color information
#603EF2 (or 0x603EF2) is known color: Neon Blue. HEX triplet: 60, 3E and F2. RGB value is (96,62,242). Sum of RGB (Red+Green+Blue) = 96+62+242=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 242 (94.92% from 255 or 60.5% from 400); Max value from RGB is 242 - color contains mainly: blue. Hex color #603EF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603EF2 is #9FC10D. Grayscale: #5C5C5C. Windows color (decimal): -10469646 or 15875680. OLE color: 15875680.
HSL color Cylindrical-coordinate representation of color #603EF2: hue angle of 251.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #603EF2 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 62 | 242 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.05 |
| HSL | 251.33º | 0.87% | 0.6% | - |
| HSV(B) | 251.33º | 0.74% | 0.95% | - |
| XYZ | 22.57 | 12.34 | 85.2 | - |
| YUV | 92.69 | 212.26 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 242 | 0.60 | 0.74 | 0 | 0.05 | 251.33 | 0.87 | 0.6 |
| Hex | 60 | 3E | F2 | 3C | 4A | 0 | 5 | FB | 57 | 3C |
| Octal | 140 | 76 | 362 | 74 | 112 | 0 | 5 | 373 | 127 | 74 |
| Binary | 1100000 | 111110 | 11110010 | 111100 | 1001010 | 0 | 101 | 11111011 | 1010111 | 111100 |
Color Harmonies of #603EF2
Complementary color
Monochromatic Colors of #603EF2
Black with #603EF2
Text Example
Text Example
White with #603EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603EF2; }
p { color: rgb(96,62,242); }
H1.HeaderClassName
{
color: #603EF2;
}
.AnyTagClassName
{
color: #603EF2;
}
</style>
background-color css
<style>
a { background-color: #603EF2; }
a { background-color: rgb(96,62,242); }
div.DivClassName
{
background-color: #603EF2;
}
.BgClassName
{
background-color: #603EF2;
}
</style>
border-color css
<style>
span { border-color: #603EF2; }
span { border-color: rgb(96,62,242); }
td.TdClassName
{
border-color: #603EF2;
}
.TagClassName
{
border-color: #603EF2;
}
</style>