Shades of Neon Blue #5262F9
Tints of Neon Blue #5262F9
RGB
CMYK
RGB Variations
Color information
#5262F9 (or 0x5262F9) is known color: Neon Blue. HEX triplet: 52, 62 and F9. RGB value is (82,98,249). Sum of RGB (Red+Green+Blue) = 82+98+249=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #5262F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5262F9 is #AD9D06. Grayscale: #6D6D6D. Windows color (decimal): -11377927 or 16343634. OLE color: 16343634.
HSL color Cylindrical-coordinate representation of color #5262F9: hue angle of 234.25º 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 #5262F9 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 98 | 249 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.02 |
| HSL | 234.25º | 0.93% | 0.65% | - |
| HSV(B) | 234.25º | 0.67% | 0.98% | - |
| XYZ | 24.95 | 17.37 | 91.66 | - |
| YUV | 110.43 | 206.2 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 249 | 0.67 | 0.61 | 0 | 0.02 | 234.25 | 0.93 | 0.65 |
| Hex | 52 | 62 | F9 | 43 | 3D | 0 | 2 | EA | 5D | 41 |
| Octal | 122 | 142 | 371 | 103 | 75 | 0 | 2 | 352 | 135 | 101 |
| Binary | 1010010 | 1100010 | 11111001 | 1000011 | 111101 | 0 | 10 | 11101010 | 1011101 | 1000001 |
Color Harmonies of #5262F9
Complementary color
Monochromatic Colors of #5262F9
Black with #5262F9
Text Example
Text Example
White with #5262F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5262F9; }
p { color: rgb(82,98,249); }
H1.HeaderClassName
{
color: #5262F9;
}
.AnyTagClassName
{
color: #5262F9;
}
</style>
background-color css
<style>
a { background-color: #5262F9; }
a { background-color: rgb(82,98,249); }
div.DivClassName
{
background-color: #5262F9;
}
.BgClassName
{
background-color: #5262F9;
}
</style>
border-color css
<style>
span { border-color: #5262F9; }
span { border-color: rgb(82,98,249); }
td.TdClassName
{
border-color: #5262F9;
}
.TagClassName
{
border-color: #5262F9;
}
</style>