Shades of Neon Blue #5255FE
Tints of Neon Blue #5255FE
RGB
CMYK
RGB Variations
Color information
#5255FE (or 0x5255FE) is known color: Neon Blue. HEX triplet: 52, 55 and FE. RGB value is (82,85,254). Sum of RGB (Red+Green+Blue) = 82+85+254=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #5255FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5255FE is #ADAA01. Grayscale: #666666. Windows color (decimal): -11381250 or 16667986. OLE color: 16667986.
HSL color Cylindrical-coordinate representation of color #5255FE: hue angle of 238.95º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5255FE is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 85 | 254 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.00 |
| HSL | 238.95º | 0.99% | 0.66% | - |
| HSV(B) | 238.95º | 0.68% | 1% | - |
| XYZ | 24.62 | 15.45 | 95.45 | - |
| YUV | 103.37 | 213.01 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 254 | 0.68 | 0.67 | 0 | 0.00 | 238.95 | 0.99 | 0.66 |
| Hex | 52 | 55 | FE | 44 | 43 | 0 | 0 | EF | 63 | 42 |
| Octal | 122 | 125 | 376 | 104 | 103 | 0 | 0 | 357 | 143 | 102 |
| Binary | 1010010 | 1010101 | 11111110 | 1000100 | 1000011 | 0 | 0 | 11101111 | 1100011 | 1000010 |
Color Harmonies of #5255FE
Complementary color
Monochromatic Colors of #5255FE
Black with #5255FE
Text Example
Text Example
White with #5255FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5255FE; }
p { color: rgb(82,85,254); }
H1.HeaderClassName
{
color: #5255FE;
}
.AnyTagClassName
{
color: #5255FE;
}
</style>
background-color css
<style>
a { background-color: #5255FE; }
a { background-color: rgb(82,85,254); }
div.DivClassName
{
background-color: #5255FE;
}
.BgClassName
{
background-color: #5255FE;
}
</style>
border-color css
<style>
span { border-color: #5255FE; }
span { border-color: rgb(82,85,254); }
td.TdClassName
{
border-color: #5255FE;
}
.TagClassName
{
border-color: #5255FE;
}
</style>