Shades of Neon Blue #5258F1
Tints of Neon Blue #5258F1
RGB
CMYK
RGB Variations
Color information
#5258F1 (or 0x5258F1) is known color: Neon Blue. HEX triplet: 52, 58 and F1. RGB value is (82,88,241). Sum of RGB (Red+Green+Blue) = 82+88+241=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #5258F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5258F1 is #ADA70E. Grayscale: #676767. Windows color (decimal): -11380495 or 15816786. OLE color: 15816786.
HSL color Cylindrical-coordinate representation of color #5258F1: hue angle of 237.74º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5258F1 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 88 | 241 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.05 |
| HSL | 237.74º | 0.85% | 0.63% | - |
| HSV(B) | 237.74º | 0.66% | 0.95% | - |
| XYZ | 22.85 | 15.12 | 84.93 | - |
| YUV | 103.65 | 205.51 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 241 | 0.66 | 0.63 | 0 | 0.05 | 237.74 | 0.85 | 0.63 |
| Hex | 52 | 58 | F1 | 42 | 3F | 0 | 5 | EE | 55 | 3F |
| Octal | 122 | 130 | 361 | 102 | 77 | 0 | 5 | 356 | 125 | 77 |
| Binary | 1010010 | 1011000 | 11110001 | 1000010 | 111111 | 0 | 101 | 11101110 | 1010101 | 111111 |
Color Harmonies of #5258F1
Complementary color
Monochromatic Colors of #5258F1
Black with #5258F1
Text Example
Text Example
White with #5258F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5258F1; }
p { color: rgb(82,88,241); }
H1.HeaderClassName
{
color: #5258F1;
}
.AnyTagClassName
{
color: #5258F1;
}
</style>
background-color css
<style>
a { background-color: #5258F1; }
a { background-color: rgb(82,88,241); }
div.DivClassName
{
background-color: #5258F1;
}
.BgClassName
{
background-color: #5258F1;
}
</style>
border-color css
<style>
span { border-color: #5258F1; }
span { border-color: rgb(82,88,241); }
td.TdClassName
{
border-color: #5258F1;
}
.TagClassName
{
border-color: #5258F1;
}
</style>