Shades of Neon Blue #4960FF
Tints of Neon Blue #4960FF
RGB
CMYK
RGB Variations
Color information
#4960FF (or 0x4960FF) is known color: Neon Blue. HEX triplet: 49, 60 and FF. RGB value is (73,96,255). Sum of RGB (Red+Green+Blue) = 73+96+255=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #4960FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4960FF is #B69F00. Grayscale: #6A6A6A. Windows color (decimal): -11968257 or 16736329. OLE color: 16736329.
HSL color Cylindrical-coordinate representation of color #4960FF: hue angle of 232.42º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4960FF is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 96 | 255 | - |
| CMYK | 0.71 | 0.62 | 0 | 0 |
| HSL | 232.42º | 1% | 0.64% | - |
| HSV(B) | 232.42º | 0.71% | 1% | - |
| XYZ | 24.98 | 17 | 96.57 | - |
| YUV | 107.25 | 211.38 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 255 | 0.71 | 0.62 | 0 | 0 | 232.42 | 1 | 0.64 |
| Hex | 49 | 60 | FF | 47 | 3E | 0 | 0 | E8 | 64 | 40 |
| Octal | 111 | 140 | 377 | 107 | 76 | 0 | 0 | 350 | 144 | 100 |
| Binary | 1001001 | 1100000 | 11111111 | 1000111 | 111110 | 0 | 0 | 11101000 | 1100100 | 1000000 |
Color Harmonies of #4960FF
Complementary color
Monochromatic Colors of #4960FF
Black with #4960FF
Text Example
Text Example
White with #4960FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4960FF; }
p { color: rgb(73,96,255); }
H1.HeaderClassName
{
color: #4960FF;
}
.AnyTagClassName
{
color: #4960FF;
}
</style>
background-color css
<style>
a { background-color: #4960FF; }
a { background-color: rgb(73,96,255); }
div.DivClassName
{
background-color: #4960FF;
}
.BgClassName
{
background-color: #4960FF;
}
</style>
border-color css
<style>
span { border-color: #4960FF; }
span { border-color: rgb(73,96,255); }
td.TdClassName
{
border-color: #4960FF;
}
.TagClassName
{
border-color: #4960FF;
}
</style>