Shades of Neon Blue #5263FC
Tints of Neon Blue #5263FC
RGB
CMYK
RGB Variations
Color information
#5263FC (or 0x5263FC) is known color: Neon Blue. HEX triplet: 52, 63 and FC. RGB value is (82,99,252). Sum of RGB (Red+Green+Blue) = 82+99+252=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #5263FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5263FC is #AD9C03. Grayscale: #6E6E6E. Windows color (decimal): -11377668 or 16540498. OLE color: 16540498.
HSL color Cylindrical-coordinate representation of color #5263FC: hue angle of 234º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5263FC is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 99 | 252 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.01 |
| HSL | 234º | 0.97% | 0.65% | - |
| HSV(B) | 234º | 0.67% | 0.99% | - |
| XYZ | 25.51 | 17.75 | 94.18 | - |
| YUV | 111.36 | 207.37 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 252 | 0.67 | 0.61 | 0 | 0.01 | 234 | 0.97 | 0.65 |
| Hex | 52 | 63 | FC | 43 | 3D | 0 | 1 | EA | 61 | 41 |
| Octal | 122 | 143 | 374 | 103 | 75 | 0 | 1 | 352 | 141 | 101 |
| Binary | 1010010 | 1100011 | 11111100 | 1000011 | 111101 | 0 | 1 | 11101010 | 1100001 | 1000001 |
Color Harmonies of #5263FC
Complementary color
Monochromatic Colors of #5263FC
Black with #5263FC
Text Example
Text Example
White with #5263FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5263FC; }
p { color: rgb(82,99,252); }
H1.HeaderClassName
{
color: #5263FC;
}
.AnyTagClassName
{
color: #5263FC;
}
</style>
background-color css
<style>
a { background-color: #5263FC; }
a { background-color: rgb(82,99,252); }
div.DivClassName
{
background-color: #5263FC;
}
.BgClassName
{
background-color: #5263FC;
}
</style>
border-color css
<style>
span { border-color: #5263FC; }
span { border-color: rgb(82,99,252); }
td.TdClassName
{
border-color: #5263FC;
}
.TagClassName
{
border-color: #5263FC;
}
</style>