Shades of Neon Blue #503CFC
Tints of Neon Blue #503CFC
RGB
CMYK
RGB Variations
Color information
#503CFC (or 0x503CFC) is known color: Neon Blue. HEX triplet: 50, 3C and FC. RGB value is (80,60,252). Sum of RGB (Red+Green+Blue) = 80+60+252=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #503CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503CFC is #AFC303. Grayscale: #575757. Windows color (decimal): -11518724 or 16530512. OLE color: 16530512.
HSL color Cylindrical-coordinate representation of color #503CFC: hue angle of 246.25º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #503CFC is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 60 | 252 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.01 |
| HSL | 246.25º | 0.97% | 0.61% | - |
| HSV(B) | 246.25º | 0.76% | 0.99% | - |
| XYZ | 22.49 | 11.97 | 93.22 | - |
| YUV | 87.87 | 220.63 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 252 | 0.68 | 0.76 | 0 | 0.01 | 246.25 | 0.97 | 0.61 |
| Hex | 50 | 3C | FC | 44 | 4C | 0 | 1 | F6 | 61 | 3D |
| Octal | 120 | 74 | 374 | 104 | 114 | 0 | 1 | 366 | 141 | 75 |
| Binary | 1010000 | 111100 | 11111100 | 1000100 | 1001100 | 0 | 1 | 11110110 | 1100001 | 111101 |
Color Harmonies of #503CFC
Complementary color
Monochromatic Colors of #503CFC
Black with #503CFC
Text Example
Text Example
White with #503CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503CFC; }
p { color: rgb(80,60,252); }
H1.HeaderClassName
{
color: #503CFC;
}
.AnyTagClassName
{
color: #503CFC;
}
</style>
background-color css
<style>
a { background-color: #503CFC; }
a { background-color: rgb(80,60,252); }
div.DivClassName
{
background-color: #503CFC;
}
.BgClassName
{
background-color: #503CFC;
}
</style>
border-color css
<style>
span { border-color: #503CFC; }
span { border-color: rgb(80,60,252); }
td.TdClassName
{
border-color: #503CFC;
}
.TagClassName
{
border-color: #503CFC;
}
</style>