Shades of Neon Blue #4A54FF
Tints of Neon Blue #4A54FF
RGB
CMYK
RGB Variations
Color information
#4A54FF (or 0x4A54FF) is known color: Neon Blue. HEX triplet: 4A, 54 and FF. RGB value is (74,84,255). Sum of RGB (Red+Green+Blue) = 74+84+255=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A54FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A54FF is #B5AB00. Grayscale: #636363. Windows color (decimal): -11905793 or 16733258. OLE color: 16733258.
HSL color Cylindrical-coordinate representation of color #4A54FF: hue angle of 236.69º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A54FF is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 84 | 255 | - |
| CMYK | 0.71 | 0.67 | 0 | 0 |
| HSL | 236.69º | 1% | 0.65% | - |
| HSV(B) | 236.69º | 0.71% | 1% | - |
| XYZ | 24.04 | 15.02 | 96.24 | - |
| YUV | 100.5 | 215.19 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 255 | 0.71 | 0.67 | 0 | 0 | 236.69 | 1 | 0.65 |
| Hex | 4A | 54 | FF | 47 | 43 | 0 | 0 | ED | 64 | 41 |
| Octal | 112 | 124 | 377 | 107 | 103 | 0 | 0 | 355 | 144 | 101 |
| Binary | 1001010 | 1010100 | 11111111 | 1000111 | 1000011 | 0 | 0 | 11101101 | 1100100 | 1000001 |
Color Harmonies of #4A54FF
Complementary color
Monochromatic Colors of #4A54FF
Black with #4A54FF
Text Example
Text Example
White with #4A54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A54FF; }
p { color: rgb(74,84,255); }
H1.HeaderClassName
{
color: #4A54FF;
}
.AnyTagClassName
{
color: #4A54FF;
}
</style>
background-color css
<style>
a { background-color: #4A54FF; }
a { background-color: rgb(74,84,255); }
div.DivClassName
{
background-color: #4A54FF;
}
.BgClassName
{
background-color: #4A54FF;
}
</style>
border-color css
<style>
span { border-color: #4A54FF; }
span { border-color: rgb(74,84,255); }
td.TdClassName
{
border-color: #4A54FF;
}
.TagClassName
{
border-color: #4A54FF;
}
</style>