Shades of Neon Blue #4965FE
Tints of Neon Blue #4965FE
RGB
CMYK
RGB Variations
Color information
#4965FE (or 0x4965FE) is known color: Neon Blue. HEX triplet: 49, 65 and FE. RGB value is (73,101,254). Sum of RGB (Red+Green+Blue) = 73+101+254=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #4965FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4965FE is #B69A01. Grayscale: #6D6D6D. Windows color (decimal): -11966978 or 16672073. OLE color: 16672073.
HSL color Cylindrical-coordinate representation of color #4965FE: hue angle of 230.72º 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 #4965FE is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 101 | 254 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.00 |
| HSL | 230.72º | 0.99% | 0.64% | - |
| HSV(B) | 230.72º | 0.71% | 1% | - |
| XYZ | 25.29 | 17.88 | 95.88 | - |
| YUV | 110.07 | 209.22 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 254 | 0.71 | 0.60 | 0 | 0.00 | 230.72 | 0.99 | 0.64 |
| Hex | 49 | 65 | FE | 47 | 3C | 0 | 0 | E7 | 63 | 40 |
| Octal | 111 | 145 | 376 | 107 | 74 | 0 | 0 | 347 | 143 | 100 |
| Binary | 1001001 | 1100101 | 11111110 | 1000111 | 111100 | 0 | 0 | 11100111 | 1100011 | 1000000 |
Color Harmonies of #4965FE
Complementary color
Monochromatic Colors of #4965FE
Black with #4965FE
Text Example
Text Example
White with #4965FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4965FE; }
p { color: rgb(73,101,254); }
H1.HeaderClassName
{
color: #4965FE;
}
.AnyTagClassName
{
color: #4965FE;
}
</style>
background-color css
<style>
a { background-color: #4965FE; }
a { background-color: rgb(73,101,254); }
div.DivClassName
{
background-color: #4965FE;
}
.BgClassName
{
background-color: #4965FE;
}
</style>
border-color css
<style>
span { border-color: #4965FE; }
span { border-color: rgb(73,101,254); }
td.TdClassName
{
border-color: #4965FE;
}
.TagClassName
{
border-color: #4965FE;
}
</style>