Shades of Neon Blue #4A46FF
Tints of Neon Blue #4A46FF
RGB
CMYK
RGB Variations
Color information
#4A46FF (or 0x4A46FF) is known color: Neon Blue. HEX triplet: 4A, 46 and FF. RGB value is (74,70,255). Sum of RGB (Red+Green+Blue) = 74+70+255=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A46FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A46FF is #B5B900. Grayscale: #5B5B5B. Windows color (decimal): -11909377 or 16729674. OLE color: 16729674.
HSL color Cylindrical-coordinate representation of color #4A46FF: hue angle of 241.3º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A46FF is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 70 | 255 | - |
| CMYK | 0.71 | 0.73 | 0 | 0 |
| HSL | 241.3º | 1% | 0.64% | - |
| HSV(B) | 241.3º | 0.73% | 1% | - |
| XYZ | 23.06 | 13.06 | 95.91 | - |
| YUV | 92.29 | 219.83 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 255 | 0.71 | 0.73 | 0 | 0 | 241.3 | 1 | 0.64 |
| Hex | 4A | 46 | FF | 47 | 49 | 0 | 0 | F1 | 64 | 40 |
| Octal | 112 | 106 | 377 | 107 | 111 | 0 | 0 | 361 | 144 | 100 |
| Binary | 1001010 | 1000110 | 11111111 | 1000111 | 1001001 | 0 | 0 | 11110001 | 1100100 | 1000000 |
Color Harmonies of #4A46FF
Complementary color
Monochromatic Colors of #4A46FF
Black with #4A46FF
Text Example
Text Example
White with #4A46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A46FF; }
p { color: rgb(74,70,255); }
H1.HeaderClassName
{
color: #4A46FF;
}
.AnyTagClassName
{
color: #4A46FF;
}
</style>
background-color css
<style>
a { background-color: #4A46FF; }
a { background-color: rgb(74,70,255); }
div.DivClassName
{
background-color: #4A46FF;
}
.BgClassName
{
background-color: #4A46FF;
}
</style>
border-color css
<style>
span { border-color: #4A46FF; }
span { border-color: rgb(74,70,255); }
td.TdClassName
{
border-color: #4A46FF;
}
.TagClassName
{
border-color: #4A46FF;
}
</style>