Shades of Neon Blue #5255F9
Tints of Neon Blue #5255F9
RGB
CMYK
RGB Variations
Color information
#5255F9 (or 0x5255F9) is known color: Neon Blue. HEX triplet: 52, 55 and F9. RGB value is (82,85,249). Sum of RGB (Red+Green+Blue) = 82+85+249=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #5255F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5255F9 is #ADAA06. Grayscale: #666666. Windows color (decimal): -11381255 or 16340306. OLE color: 16340306.
HSL color Cylindrical-coordinate representation of color #5255F9: hue angle of 238.92º 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 #5255F9 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 85 | 249 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.02 |
| HSL | 238.92º | 0.93% | 0.65% | - |
| HSV(B) | 238.92º | 0.67% | 0.98% | - |
| XYZ | 23.83 | 15.13 | 91.29 | - |
| YUV | 102.8 | 210.51 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 249 | 0.67 | 0.66 | 0 | 0.02 | 238.92 | 0.93 | 0.65 |
| Hex | 52 | 55 | F9 | 43 | 42 | 0 | 2 | EF | 5D | 41 |
| Octal | 122 | 125 | 371 | 103 | 102 | 0 | 2 | 357 | 135 | 101 |
| Binary | 1010010 | 1010101 | 11111001 | 1000011 | 1000010 | 0 | 10 | 11101111 | 1011101 | 1000001 |
Color Harmonies of #5255F9
Complementary color
Monochromatic Colors of #5255F9
Black with #5255F9
Text Example
Text Example
White with #5255F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5255F9; }
p { color: rgb(82,85,249); }
H1.HeaderClassName
{
color: #5255F9;
}
.AnyTagClassName
{
color: #5255F9;
}
</style>
background-color css
<style>
a { background-color: #5255F9; }
a { background-color: rgb(82,85,249); }
div.DivClassName
{
background-color: #5255F9;
}
.BgClassName
{
background-color: #5255F9;
}
</style>
border-color css
<style>
span { border-color: #5255F9; }
span { border-color: rgb(82,85,249); }
td.TdClassName
{
border-color: #5255F9;
}
.TagClassName
{
border-color: #5255F9;
}
</style>