Shades of Neon Blue #5063FD
Tints of Neon Blue #5063FD
RGB
CMYK
RGB Variations
Color information
#5063FD (or 0x5063FD) is known color: Neon Blue. HEX triplet: 50, 63 and FD. RGB value is (80,99,253). Sum of RGB (Red+Green+Blue) = 80+99+253=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #5063FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5063FD is #AF9C02. Grayscale: #6E6E6E. Windows color (decimal): -11508739 or 16606032. OLE color: 16606032.
HSL color Cylindrical-coordinate representation of color #5063FD: hue angle of 233.41º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5063FD is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 99 | 253 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.01 |
| HSL | 233.41º | 0.98% | 0.65% | - |
| HSV(B) | 233.41º | 0.68% | 0.99% | - |
| XYZ | 25.5 | 17.72 | 95.01 | - |
| YUV | 110.88 | 208.21 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 253 | 0.68 | 0.61 | 0 | 0.01 | 233.41 | 0.98 | 0.65 |
| Hex | 50 | 63 | FD | 44 | 3D | 0 | 1 | E9 | 62 | 41 |
| Octal | 120 | 143 | 375 | 104 | 75 | 0 | 1 | 351 | 142 | 101 |
| Binary | 1010000 | 1100011 | 11111101 | 1000100 | 111101 | 0 | 1 | 11101001 | 1100010 | 1000001 |
Color Harmonies of #5063FD
Complementary color
Monochromatic Colors of #5063FD
Black with #5063FD
Text Example
Text Example
White with #5063FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5063FD; }
p { color: rgb(80,99,253); }
H1.HeaderClassName
{
color: #5063FD;
}
.AnyTagClassName
{
color: #5063FD;
}
</style>
background-color css
<style>
a { background-color: #5063FD; }
a { background-color: rgb(80,99,253); }
div.DivClassName
{
background-color: #5063FD;
}
.BgClassName
{
background-color: #5063FD;
}
</style>
border-color css
<style>
span { border-color: #5063FD; }
span { border-color: rgb(80,99,253); }
td.TdClassName
{
border-color: #5063FD;
}
.TagClassName
{
border-color: #5063FD;
}
</style>