Shades of Neon Blue #603CF2
Tints of Neon Blue #603CF2
RGB
CMYK
RGB Variations
Color information
#603CF2 (or 0x603CF2) is known color: Neon Blue. HEX triplet: 60, 3C and F2. RGB value is (96,60,242). Sum of RGB (Red+Green+Blue) = 96+60+242=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 242 (94.92% from 255 or 60.80% from 398); Max value from RGB is 242 - color contains mainly: blue. Hex color #603CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603CF2 is #9FC30D. Grayscale: #5A5A5A. Windows color (decimal): -10470158 or 15875168. OLE color: 15875168.
HSL color Cylindrical-coordinate representation of color #603CF2: hue angle of 251.87º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #603CF2 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 60 | 242 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.05 |
| HSL | 251.87º | 0.88% | 0.59% | - |
| HSV(B) | 251.87º | 0.75% | 0.95% | - |
| XYZ | 22.47 | 12.13 | 85.16 | - |
| YUV | 91.51 | 212.93 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 242 | 0.60 | 0.75 | 0 | 0.05 | 251.87 | 0.88 | 0.59 |
| Hex | 60 | 3C | F2 | 3C | 4B | 0 | 5 | FC | 58 | 3B |
| Octal | 140 | 74 | 362 | 74 | 113 | 0 | 5 | 374 | 130 | 73 |
| Binary | 1100000 | 111100 | 11110010 | 111100 | 1001011 | 0 | 101 | 11111100 | 1011000 | 111011 |
Color Harmonies of #603CF2
Complementary color
Monochromatic Colors of #603CF2
Black with #603CF2
Text Example
Text Example
White with #603CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603CF2; }
p { color: rgb(96,60,242); }
H1.HeaderClassName
{
color: #603CF2;
}
.AnyTagClassName
{
color: #603CF2;
}
</style>
background-color css
<style>
a { background-color: #603CF2; }
a { background-color: rgb(96,60,242); }
div.DivClassName
{
background-color: #603CF2;
}
.BgClassName
{
background-color: #603CF2;
}
</style>
border-color css
<style>
span { border-color: #603CF2; }
span { border-color: rgb(96,60,242); }
td.TdClassName
{
border-color: #603CF2;
}
.TagClassName
{
border-color: #603CF2;
}
</style>