Shades of Neon Blue #5263FF
Tints of Neon Blue #5263FF
RGB
CMYK
RGB Variations
Color information
#5263FF (or 0x5263FF) is known color: Neon Blue. HEX triplet: 52, 63 and FF. RGB value is (82,99,255). Sum of RGB (Red+Green+Blue) = 82+99+255=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #5263FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5263FF is #AD9C00. Grayscale: #6F6F6F. Windows color (decimal): -11377665 or 16737106. OLE color: 16737106.
HSL color Cylindrical-coordinate representation of color #5263FF: hue angle of 234.1º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5263FF is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 99 | 255 | - |
| CMYK | 0.68 | 0.61 | 0 | 0 |
| HSL | 234.1º | 1% | 0.66% | - |
| HSV(B) | 234.1º | 0.68% | 1% | - |
| XYZ | 25.99 | 17.94 | 96.7 | - |
| YUV | 111.7 | 208.87 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 255 | 0.68 | 0.61 | 0 | 0 | 234.1 | 1 | 0.66 |
| Hex | 52 | 63 | FF | 44 | 3D | 0 | 0 | EA | 64 | 42 |
| Octal | 122 | 143 | 377 | 104 | 75 | 0 | 0 | 352 | 144 | 102 |
| Binary | 1010010 | 1100011 | 11111111 | 1000100 | 111101 | 0 | 0 | 11101010 | 1100100 | 1000010 |
Color Harmonies of #5263FF
Complementary color
Monochromatic Colors of #5263FF
Black with #5263FF
Text Example
Text Example
White with #5263FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5263FF; }
p { color: rgb(82,99,255); }
H1.HeaderClassName
{
color: #5263FF;
}
.AnyTagClassName
{
color: #5263FF;
}
</style>
background-color css
<style>
a { background-color: #5263FF; }
a { background-color: rgb(82,99,255); }
div.DivClassName
{
background-color: #5263FF;
}
.BgClassName
{
background-color: #5263FF;
}
</style>
border-color css
<style>
span { border-color: #5263FF; }
span { border-color: rgb(82,99,255); }
td.TdClassName
{
border-color: #5263FF;
}
.TagClassName
{
border-color: #5263FF;
}
</style>