Shades of Neon Blue #4649FE
Tints of Neon Blue #4649FE
RGB
CMYK
RGB Variations
Color information
#4649FE (or 0x4649FE) is known color: Neon Blue. HEX triplet: 46, 49 and FE. RGB value is (70,73,254). Sum of RGB (Red+Green+Blue) = 70+73+254=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #4649FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4649FE is #B9B601. Grayscale: #5C5C5C. Windows color (decimal): -12170754 or 16664902. OLE color: 16664902.
HSL color Cylindrical-coordinate representation of color #4649FE: hue angle of 239.02º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4649FE is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 73 | 254 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.00 |
| HSL | 239.02º | 0.99% | 0.64% | - |
| HSV(B) | 239.02º | 0.72% | 1% | - |
| XYZ | 22.8 | 13.22 | 95.12 | - |
| YUV | 92.74 | 219.01 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 254 | 0.72 | 0.71 | 0 | 0.00 | 239.02 | 0.99 | 0.64 |
| Hex | 46 | 49 | FE | 48 | 47 | 0 | 0 | EF | 63 | 40 |
| Octal | 106 | 111 | 376 | 110 | 107 | 0 | 0 | 357 | 143 | 100 |
| Binary | 1000110 | 1001001 | 11111110 | 1001000 | 1000111 | 0 | 0 | 11101111 | 1100011 | 1000000 |
Color Harmonies of #4649FE
Complementary color
Monochromatic Colors of #4649FE
Black with #4649FE
Text Example
Text Example
White with #4649FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4649FE; }
p { color: rgb(70,73,254); }
H1.HeaderClassName
{
color: #4649FE;
}
.AnyTagClassName
{
color: #4649FE;
}
</style>
background-color css
<style>
a { background-color: #4649FE; }
a { background-color: rgb(70,73,254); }
div.DivClassName
{
background-color: #4649FE;
}
.BgClassName
{
background-color: #4649FE;
}
</style>
border-color css
<style>
span { border-color: #4649FE; }
span { border-color: rgb(70,73,254); }
td.TdClassName
{
border-color: #4649FE;
}
.TagClassName
{
border-color: #4649FE;
}
</style>