Shades of Neon Blue #4934FE
Tints of Neon Blue #4934FE
RGB
CMYK
RGB Variations
Color information
#4934FE (or 0x4934FE) is known color: Neon Blue. HEX triplet: 49, 34 and FE. RGB value is (73,52,254). Sum of RGB (Red+Green+Blue) = 73+52+254=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #4934FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4934FE is #B6CB01. Grayscale: #505050. Windows color (decimal): -11979522 or 16659529. OLE color: 16659529.
HSL color Cylindrical-coordinate representation of color #4934FE: hue angle of 246.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4934FE is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 52 | 254 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.00 |
| HSL | 246.24º | 0.99% | 0.6% | - |
| HSV(B) | 246.24º | 0.8% | 1% | - |
| XYZ | 21.87 | 11.03 | 94.74 | - |
| YUV | 81.31 | 225.46 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 254 | 0.71 | 0.80 | 0 | 0.00 | 246.24 | 0.99 | 0.6 |
| Hex | 49 | 34 | FE | 47 | 50 | 0 | 0 | F6 | 63 | 3C |
| Octal | 111 | 64 | 376 | 107 | 120 | 0 | 0 | 366 | 143 | 74 |
| Binary | 1001001 | 110100 | 11111110 | 1000111 | 1010000 | 0 | 0 | 11110110 | 1100011 | 111100 |
Color Harmonies of #4934FE
Complementary color
Monochromatic Colors of #4934FE
Black with #4934FE
Text Example
Text Example
White with #4934FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4934FE; }
p { color: rgb(73,52,254); }
H1.HeaderClassName
{
color: #4934FE;
}
.AnyTagClassName
{
color: #4934FE;
}
</style>
background-color css
<style>
a { background-color: #4934FE; }
a { background-color: rgb(73,52,254); }
div.DivClassName
{
background-color: #4934FE;
}
.BgClassName
{
background-color: #4934FE;
}
</style>
border-color css
<style>
span { border-color: #4934FE; }
span { border-color: rgb(73,52,254); }
td.TdClassName
{
border-color: #4934FE;
}
.TagClassName
{
border-color: #4934FE;
}
</style>