Shades of Neon Blue #4961FE
Tints of Neon Blue #4961FE
RGB
CMYK
RGB Variations
Color information
#4961FE (or 0x4961FE) is known color: Neon Blue. HEX triplet: 49, 61 and FE. RGB value is (73,97,254). Sum of RGB (Red+Green+Blue) = 73+97+254=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #4961FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4961FE is #B69E01. Grayscale: #6B6B6B. Windows color (decimal): -11968002 or 16671049. OLE color: 16671049.
HSL color Cylindrical-coordinate representation of color #4961FE: hue angle of 232.04º 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 #4961FE is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 97 | 254 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.00 |
| HSL | 232.04º | 0.99% | 0.64% | - |
| HSV(B) | 232.04º | 0.71% | 1% | - |
| XYZ | 24.91 | 17.12 | 95.76 | - |
| YUV | 107.72 | 210.55 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 254 | 0.71 | 0.62 | 0 | 0.00 | 232.04 | 0.99 | 0.64 |
| Hex | 49 | 61 | FE | 47 | 3E | 0 | 0 | E8 | 63 | 40 |
| Octal | 111 | 141 | 376 | 107 | 76 | 0 | 0 | 350 | 143 | 100 |
| Binary | 1001001 | 1100001 | 11111110 | 1000111 | 111110 | 0 | 0 | 11101000 | 1100011 | 1000000 |
Color Harmonies of #4961FE
Complementary color
Monochromatic Colors of #4961FE
Black with #4961FE
Text Example
Text Example
White with #4961FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4961FE; }
p { color: rgb(73,97,254); }
H1.HeaderClassName
{
color: #4961FE;
}
.AnyTagClassName
{
color: #4961FE;
}
</style>
background-color css
<style>
a { background-color: #4961FE; }
a { background-color: rgb(73,97,254); }
div.DivClassName
{
background-color: #4961FE;
}
.BgClassName
{
background-color: #4961FE;
}
</style>
border-color css
<style>
span { border-color: #4961FE; }
span { border-color: rgb(73,97,254); }
td.TdClassName
{
border-color: #4961FE;
}
.TagClassName
{
border-color: #4961FE;
}
</style>