Shades of Neon Blue #4958FE
Tints of Neon Blue #4958FE
RGB
CMYK
RGB Variations
Color information
#4958FE (or 0x4958FE) is known color: Neon Blue. HEX triplet: 49, 58 and FE. RGB value is (73,88,254). Sum of RGB (Red+Green+Blue) = 73+88+254=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #4958FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4958FE is #B6A701. Grayscale: #656565. Windows color (decimal): -11970306 or 16668745. OLE color: 16668745.
HSL color Cylindrical-coordinate representation of color #4958FE: hue angle of 235.03º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4958FE is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 88 | 254 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.00 |
| HSL | 235.03º | 0.99% | 0.64% | - |
| HSV(B) | 235.03º | 0.71% | 1% | - |
| XYZ | 24.13 | 15.55 | 95.5 | - |
| YUV | 102.44 | 213.53 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 254 | 0.71 | 0.65 | 0 | 0.00 | 235.03 | 0.99 | 0.64 |
| Hex | 49 | 58 | FE | 47 | 41 | 0 | 0 | EB | 63 | 40 |
| Octal | 111 | 130 | 376 | 107 | 101 | 0 | 0 | 353 | 143 | 100 |
| Binary | 1001001 | 1011000 | 11111110 | 1000111 | 1000001 | 0 | 0 | 11101011 | 1100011 | 1000000 |
Color Harmonies of #4958FE
Complementary color
Monochromatic Colors of #4958FE
Black with #4958FE
Text Example
Text Example
White with #4958FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4958FE; }
p { color: rgb(73,88,254); }
H1.HeaderClassName
{
color: #4958FE;
}
.AnyTagClassName
{
color: #4958FE;
}
</style>
background-color css
<style>
a { background-color: #4958FE; }
a { background-color: rgb(73,88,254); }
div.DivClassName
{
background-color: #4958FE;
}
.BgClassName
{
background-color: #4958FE;
}
</style>
border-color css
<style>
span { border-color: #4958FE; }
span { border-color: rgb(73,88,254); }
td.TdClassName
{
border-color: #4958FE;
}
.TagClassName
{
border-color: #4958FE;
}
</style>