Shades of Neon Blue #5250FE
Tints of Neon Blue #5250FE
RGB
CMYK
RGB Variations
Color information
#5250FE (or 0x5250FE) is known color: Neon Blue. HEX triplet: 52, 50 and FE. RGB value is (82,80,254). Sum of RGB (Red+Green+Blue) = 82+80+254=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #5250FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5250FE is #ADAF01. Grayscale: #636363. Windows color (decimal): -11382530 or 16666706. OLE color: 16666706.
HSL color Cylindrical-coordinate representation of color #5250FE: hue angle of 240.69º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5250FE is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 80 | 254 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.00 |
| HSL | 240.69º | 0.99% | 0.65% | - |
| HSV(B) | 240.69º | 0.69% | 1% | - |
| XYZ | 24.24 | 14.69 | 95.32 | - |
| YUV | 100.43 | 214.66 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 254 | 0.68 | 0.69 | 0 | 0.00 | 240.69 | 0.99 | 0.65 |
| Hex | 52 | 50 | FE | 44 | 45 | 0 | 0 | F1 | 63 | 41 |
| Octal | 122 | 120 | 376 | 104 | 105 | 0 | 0 | 361 | 143 | 101 |
| Binary | 1010010 | 1010000 | 11111110 | 1000100 | 1000101 | 0 | 0 | 11110001 | 1100011 | 1000001 |
Color Harmonies of #5250FE
Complementary color
Monochromatic Colors of #5250FE
Black with #5250FE
Text Example
Text Example
White with #5250FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5250FE; }
p { color: rgb(82,80,254); }
H1.HeaderClassName
{
color: #5250FE;
}
.AnyTagClassName
{
color: #5250FE;
}
</style>
background-color css
<style>
a { background-color: #5250FE; }
a { background-color: rgb(82,80,254); }
div.DivClassName
{
background-color: #5250FE;
}
.BgClassName
{
background-color: #5250FE;
}
</style>
border-color css
<style>
span { border-color: #5250FE; }
span { border-color: rgb(82,80,254); }
td.TdClassName
{
border-color: #5250FE;
}
.TagClassName
{
border-color: #5250FE;
}
</style>