Shades of Neon Blue #5267F9
Tints of Neon Blue #5267F9
RGB
CMYK
RGB Variations
Color information
#5267F9 (or 0x5267F9) is known color: Neon Blue. HEX triplet: 52, 67 and F9. RGB value is (82,103,249). Sum of RGB (Red+Green+Blue) = 82+103+249=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 249 (97.66% from 255 or 57.37% from 434); Max value from RGB is 249 - color contains mainly: blue. Hex color #5267F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5267F9 is #AD9806. Grayscale: #707070. Windows color (decimal): -11376647 or 16344914. OLE color: 16344914.
HSL color Cylindrical-coordinate representation of color #5267F9: hue angle of 232.46º degrees, saturation: 0.93, 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 #5267F9 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 103 | 249 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.02 |
| HSL | 232.46º | 0.93% | 0.65% | - |
| HSV(B) | 232.46º | 0.67% | 0.98% | - |
| XYZ | 25.43 | 18.33 | 91.82 | - |
| YUV | 113.37 | 204.54 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 249 | 0.67 | 0.59 | 0 | 0.02 | 232.46 | 0.93 | 0.65 |
| Hex | 52 | 67 | F9 | 43 | 3B | 0 | 2 | E8 | 5D | 41 |
| Octal | 122 | 147 | 371 | 103 | 73 | 0 | 2 | 350 | 135 | 101 |
| Binary | 1010010 | 1100111 | 11111001 | 1000011 | 111011 | 0 | 10 | 11101000 | 1011101 | 1000001 |
Color Harmonies of #5267F9
Complementary color
Monochromatic Colors of #5267F9
Black with #5267F9
Text Example
Text Example
White with #5267F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5267F9; }
p { color: rgb(82,103,249); }
H1.HeaderClassName
{
color: #5267F9;
}
.AnyTagClassName
{
color: #5267F9;
}
</style>
background-color css
<style>
a { background-color: #5267F9; }
a { background-color: rgb(82,103,249); }
div.DivClassName
{
background-color: #5267F9;
}
.BgClassName
{
background-color: #5267F9;
}
</style>
border-color css
<style>
span { border-color: #5267F9; }
span { border-color: rgb(82,103,249); }
td.TdClassName
{
border-color: #5267F9;
}
.TagClassName
{
border-color: #5267F9;
}
</style>