Shades of Neon Blue #5267FA
Tints of Neon Blue #5267FA
RGB
CMYK
RGB Variations
Color information
#5267FA (or 0x5267FA) is known color: Neon Blue. HEX triplet: 52, 67 and FA. RGB value is (82,103,250). Sum of RGB (Red+Green+Blue) = 82+103+250=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #5267FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5267FA is #AD9805. Grayscale: #707070. Windows color (decimal): -11376646 or 16410450. OLE color: 16410450.
HSL color Cylindrical-coordinate representation of color #5267FA: hue angle of 232.5º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5267FA is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 103 | 250 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.02 |
| HSL | 232.5º | 0.94% | 0.65% | - |
| HSV(B) | 232.5º | 0.67% | 0.98% | - |
| XYZ | 25.59 | 18.4 | 92.64 | - |
| YUV | 113.48 | 205.04 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 250 | 0.67 | 0.59 | 0 | 0.02 | 232.5 | 0.94 | 0.65 |
| Hex | 52 | 67 | FA | 43 | 3B | 0 | 2 | E8 | 5E | 41 |
| Octal | 122 | 147 | 372 | 103 | 73 | 0 | 2 | 350 | 136 | 101 |
| Binary | 1010010 | 1100111 | 11111010 | 1000011 | 111011 | 0 | 10 | 11101000 | 1011110 | 1000001 |
Color Harmonies of #5267FA
Complementary color
Monochromatic Colors of #5267FA
Black with #5267FA
Text Example
Text Example
White with #5267FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5267FA; }
p { color: rgb(82,103,250); }
H1.HeaderClassName
{
color: #5267FA;
}
.AnyTagClassName
{
color: #5267FA;
}
</style>
background-color css
<style>
a { background-color: #5267FA; }
a { background-color: rgb(82,103,250); }
div.DivClassName
{
background-color: #5267FA;
}
.BgClassName
{
background-color: #5267FA;
}
</style>
border-color css
<style>
span { border-color: #5267FA; }
span { border-color: rgb(82,103,250); }
td.TdClassName
{
border-color: #5267FA;
}
.TagClassName
{
border-color: #5267FA;
}
</style>