Shades of Neon Blue #4968FF
Tints of Neon Blue #4968FF
RGB
CMYK
RGB Variations
Color information
#4968FF (or 0x4968FF) is known color: Neon Blue. HEX triplet: 49, 68 and FF. RGB value is (73,104,255). Sum of RGB (Red+Green+Blue) = 73+104+255=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #4968FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4968FF is #B69700. Grayscale: #6F6F6F. Windows color (decimal): -11966209 or 16738377. OLE color: 16738377.
HSL color Cylindrical-coordinate representation of color #4968FF: hue angle of 229.78º 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 #4968FF is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 104 | 255 | - |
| CMYK | 0.71 | 0.59 | 0 | 0 |
| HSL | 229.78º | 1% | 0.64% | - |
| HSV(B) | 229.78º | 0.71% | 1% | - |
| XYZ | 25.75 | 18.54 | 96.83 | - |
| YUV | 111.95 | 208.73 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 255 | 0.71 | 0.59 | 0 | 0 | 229.78 | 1 | 0.64 |
| Hex | 49 | 68 | FF | 47 | 3B | 0 | 0 | E6 | 64 | 40 |
| Octal | 111 | 150 | 377 | 107 | 73 | 0 | 0 | 346 | 144 | 100 |
| Binary | 1001001 | 1101000 | 11111111 | 1000111 | 111011 | 0 | 0 | 11100110 | 1100100 | 1000000 |
Color Harmonies of #4968FF
Complementary color
Monochromatic Colors of #4968FF
Black with #4968FF
Text Example
Text Example
White with #4968FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4968FF; }
p { color: rgb(73,104,255); }
H1.HeaderClassName
{
color: #4968FF;
}
.AnyTagClassName
{
color: #4968FF;
}
</style>
background-color css
<style>
a { background-color: #4968FF; }
a { background-color: rgb(73,104,255); }
div.DivClassName
{
background-color: #4968FF;
}
.BgClassName
{
background-color: #4968FF;
}
</style>
border-color css
<style>
span { border-color: #4968FF; }
span { border-color: rgb(73,104,255); }
td.TdClassName
{
border-color: #4968FF;
}
.TagClassName
{
border-color: #4968FF;
}
</style>