Shades of Neon Blue #5240FE
Tints of Neon Blue #5240FE
RGB
CMYK
RGB Variations
Color information
#5240FE (or 0x5240FE) is known color: Neon Blue. HEX triplet: 52, 40 and FE. RGB value is (82,64,254). Sum of RGB (Red+Green+Blue) = 82+64+254=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #5240FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5240FE is #ADBF01. Grayscale: #5A5A5A. Windows color (decimal): -11386626 or 16662610. OLE color: 16662610.
HSL color Cylindrical-coordinate representation of color #5240FE: hue angle of 245.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5240FE is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 64 | 254 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.00 |
| HSL | 245.68º | 0.99% | 0.62% | - |
| HSV(B) | 245.68º | 0.75% | 1% | - |
| XYZ | 23.2 | 12.62 | 94.98 | - |
| YUV | 91.04 | 219.96 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 254 | 0.68 | 0.75 | 0 | 0.00 | 245.68 | 0.99 | 0.62 |
| Hex | 52 | 40 | FE | 44 | 4B | 0 | 0 | F6 | 63 | 3E |
| Octal | 122 | 100 | 376 | 104 | 113 | 0 | 0 | 366 | 143 | 76 |
| Binary | 1010010 | 1000000 | 11111110 | 1000100 | 1001011 | 0 | 0 | 11110110 | 1100011 | 111110 |
Color Harmonies of #5240FE
Complementary color
Monochromatic Colors of #5240FE
Black with #5240FE
Text Example
Text Example
White with #5240FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5240FE; }
p { color: rgb(82,64,254); }
H1.HeaderClassName
{
color: #5240FE;
}
.AnyTagClassName
{
color: #5240FE;
}
</style>
background-color css
<style>
a { background-color: #5240FE; }
a { background-color: rgb(82,64,254); }
div.DivClassName
{
background-color: #5240FE;
}
.BgClassName
{
background-color: #5240FE;
}
</style>
border-color css
<style>
span { border-color: #5240FE; }
span { border-color: rgb(82,64,254); }
td.TdClassName
{
border-color: #5240FE;
}
.TagClassName
{
border-color: #5240FE;
}
</style>