Shades of Neon Blue #4935FE
Tints of Neon Blue #4935FE
RGB
CMYK
RGB Variations
Color information
#4935FE (or 0x4935FE) is known color: Neon Blue. HEX triplet: 49, 35 and FE. RGB value is (73,53,254). Sum of RGB (Red+Green+Blue) = 73+53+254=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #4935FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4935FE is #B6CA01. Grayscale: #515151. Windows color (decimal): -11979266 or 16659785. OLE color: 16659785.
HSL color Cylindrical-coordinate representation of color #4935FE: hue angle of 245.97º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4935FE is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 53 | 254 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.00 |
| HSL | 245.97º | 0.99% | 0.6% | - |
| HSV(B) | 245.97º | 0.79% | 1% | - |
| XYZ | 21.91 | 11.12 | 94.76 | - |
| YUV | 81.89 | 225.13 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 254 | 0.71 | 0.79 | 0 | 0.00 | 245.97 | 0.99 | 0.6 |
| Hex | 49 | 35 | FE | 47 | 4F | 0 | 0 | F6 | 63 | 3C |
| Octal | 111 | 65 | 376 | 107 | 117 | 0 | 0 | 366 | 143 | 74 |
| Binary | 1001001 | 110101 | 11111110 | 1000111 | 1001111 | 0 | 0 | 11110110 | 1100011 | 111100 |
Color Harmonies of #4935FE
Complementary color
Monochromatic Colors of #4935FE
Black with #4935FE
Text Example
Text Example
White with #4935FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4935FE; }
p { color: rgb(73,53,254); }
H1.HeaderClassName
{
color: #4935FE;
}
.AnyTagClassName
{
color: #4935FE;
}
</style>
background-color css
<style>
a { background-color: #4935FE; }
a { background-color: rgb(73,53,254); }
div.DivClassName
{
background-color: #4935FE;
}
.BgClassName
{
background-color: #4935FE;
}
</style>
border-color css
<style>
span { border-color: #4935FE; }
span { border-color: rgb(73,53,254); }
td.TdClassName
{
border-color: #4935FE;
}
.TagClassName
{
border-color: #4935FE;
}
</style>