Shades of Neon Blue #5255FA
Tints of Neon Blue #5255FA
RGB
CMYK
RGB Variations
Color information
#5255FA (or 0x5255FA) is known color: Neon Blue. HEX triplet: 52, 55 and FA. RGB value is (82,85,250). Sum of RGB (Red+Green+Blue) = 82+85+250=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #5255FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5255FA is #ADAA05. Grayscale: #666666. Windows color (decimal): -11381254 or 16405842. OLE color: 16405842.
HSL color Cylindrical-coordinate representation of color #5255FA: hue angle of 238.93º 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 #5255FA is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 85 | 250 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.02 |
| HSL | 238.93º | 0.94% | 0.65% | - |
| HSV(B) | 238.93º | 0.67% | 0.98% | - |
| XYZ | 23.98 | 15.19 | 92.11 | - |
| YUV | 102.91 | 211.01 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 250 | 0.67 | 0.66 | 0 | 0.02 | 238.93 | 0.94 | 0.65 |
| Hex | 52 | 55 | FA | 43 | 42 | 0 | 2 | EF | 5E | 41 |
| Octal | 122 | 125 | 372 | 103 | 102 | 0 | 2 | 357 | 136 | 101 |
| Binary | 1010010 | 1010101 | 11111010 | 1000011 | 1000010 | 0 | 10 | 11101111 | 1011110 | 1000001 |
Color Harmonies of #5255FA
Complementary color
Monochromatic Colors of #5255FA
Black with #5255FA
Text Example
Text Example
White with #5255FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5255FA; }
p { color: rgb(82,85,250); }
H1.HeaderClassName
{
color: #5255FA;
}
.AnyTagClassName
{
color: #5255FA;
}
</style>
background-color css
<style>
a { background-color: #5255FA; }
a { background-color: rgb(82,85,250); }
div.DivClassName
{
background-color: #5255FA;
}
.BgClassName
{
background-color: #5255FA;
}
</style>
border-color css
<style>
span { border-color: #5255FA; }
span { border-color: rgb(82,85,250); }
td.TdClassName
{
border-color: #5255FA;
}
.TagClassName
{
border-color: #5255FA;
}
</style>