Shades of Neon Blue #4962FE
Tints of Neon Blue #4962FE
RGB
CMYK
RGB Variations
Color information
#4962FE (or 0x4962FE) is known color: Neon Blue. HEX triplet: 49, 62 and FE. RGB value is (73,98,254). Sum of RGB (Red+Green+Blue) = 73+98+254=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #4962FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4962FE is #B69D01. Grayscale: #6B6B6B. Windows color (decimal): -11967746 or 16671305. OLE color: 16671305.
HSL color Cylindrical-coordinate representation of color #4962FE: hue angle of 231.71º 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 #4962FE is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 98 | 254 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.00 |
| HSL | 231.71º | 0.99% | 0.64% | - |
| HSV(B) | 231.71º | 0.71% | 1% | - |
| XYZ | 25 | 17.31 | 95.79 | - |
| YUV | 108.31 | 210.22 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 254 | 0.71 | 0.61 | 0 | 0.00 | 231.71 | 0.99 | 0.64 |
| Hex | 49 | 62 | FE | 47 | 3D | 0 | 0 | E8 | 63 | 40 |
| Octal | 111 | 142 | 376 | 107 | 75 | 0 | 0 | 350 | 143 | 100 |
| Binary | 1001001 | 1100010 | 11111110 | 1000111 | 111101 | 0 | 0 | 11101000 | 1100011 | 1000000 |
Color Harmonies of #4962FE
Complementary color
Monochromatic Colors of #4962FE
Black with #4962FE
Text Example
Text Example
White with #4962FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4962FE; }
p { color: rgb(73,98,254); }
H1.HeaderClassName
{
color: #4962FE;
}
.AnyTagClassName
{
color: #4962FE;
}
</style>
background-color css
<style>
a { background-color: #4962FE; }
a { background-color: rgb(73,98,254); }
div.DivClassName
{
background-color: #4962FE;
}
.BgClassName
{
background-color: #4962FE;
}
</style>
border-color css
<style>
span { border-color: #4962FE; }
span { border-color: rgb(73,98,254); }
td.TdClassName
{
border-color: #4962FE;
}
.TagClassName
{
border-color: #4962FE;
}
</style>