Shades of Neon Blue #503BFE
Tints of Neon Blue #503BFE
RGB
CMYK
RGB Variations
Color information
#503BFE (or 0x503BFE) is known color: Neon Blue. HEX triplet: 50, 3B and FE. RGB value is (80,59,254). Sum of RGB (Red+Green+Blue) = 80+59+254=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #503BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BFE is #AFC401. Grayscale: #565656. Windows color (decimal): -11518978 or 16661328. OLE color: 16661328.
HSL color Cylindrical-coordinate representation of color #503BFE: hue angle of 246.46º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #503BFE is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 59 | 254 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.00 |
| HSL | 246.46º | 0.99% | 0.61% | - |
| HSV(B) | 246.46º | 0.77% | 1% | - |
| XYZ | 22.76 | 11.99 | 94.88 | - |
| YUV | 87.51 | 221.96 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 254 | 0.69 | 0.77 | 0 | 0.00 | 246.46 | 0.99 | 0.61 |
| Hex | 50 | 3B | FE | 45 | 4D | 0 | 0 | F6 | 63 | 3D |
| Octal | 120 | 73 | 376 | 105 | 115 | 0 | 0 | 366 | 143 | 75 |
| Binary | 1010000 | 111011 | 11111110 | 1000101 | 1001101 | 0 | 0 | 11110110 | 1100011 | 111101 |
Color Harmonies of #503BFE
Complementary color
Monochromatic Colors of #503BFE
Black with #503BFE
Text Example
Text Example
White with #503BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BFE; }
p { color: rgb(80,59,254); }
H1.HeaderClassName
{
color: #503BFE;
}
.AnyTagClassName
{
color: #503BFE;
}
</style>
background-color css
<style>
a { background-color: #503BFE; }
a { background-color: rgb(80,59,254); }
div.DivClassName
{
background-color: #503BFE;
}
.BgClassName
{
background-color: #503BFE;
}
</style>
border-color css
<style>
span { border-color: #503BFE; }
span { border-color: rgb(80,59,254); }
td.TdClassName
{
border-color: #503BFE;
}
.TagClassName
{
border-color: #503BFE;
}
</style>