Shades of Neon Blue #4A5FFF
Tints of Neon Blue #4A5FFF
RGB
CMYK
RGB Variations
Color information
#4A5FFF (or 0x4A5FFF) is known color: Neon Blue. HEX triplet: 4A, 5F and FF. RGB value is (74,95,255). Sum of RGB (Red+Green+Blue) = 74+95+255=424 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.45% from 424); Green value is 95 (37.5% from 255 or 22.41% 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 #4A5FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A5FFF is #B5A000. Grayscale: #6A6A6A. Windows color (decimal): -11902977 or 16736074. OLE color: 16736074.
HSL color Cylindrical-coordinate representation of color #4A5FFF: hue angle of 233.04º 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 #4A5FFF is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 95 | 255 | - |
| CMYK | 0.71 | 0.63 | 0 | 0 |
| HSL | 233.04º | 1% | 0.65% | - |
| HSV(B) | 233.04º | 0.71% | 1% | - |
| XYZ | 24.97 | 16.86 | 96.55 | - |
| YUV | 106.96 | 211.54 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 95 | 255 | 0.71 | 0.63 | 0 | 0 | 233.04 | 1 | 0.65 |
| Hex | 4A | 5F | FF | 47 | 3F | 0 | 0 | E9 | 64 | 41 |
| Octal | 112 | 137 | 377 | 107 | 77 | 0 | 0 | 351 | 144 | 101 |
| Binary | 1001010 | 1011111 | 11111111 | 1000111 | 111111 | 0 | 0 | 11101001 | 1100100 | 1000001 |
Color Harmonies of #4A5FFF
Complementary color
Monochromatic Colors of #4A5FFF
Black with #4A5FFF
Text Example
Text Example
White with #4A5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5FFF; }
p { color: rgb(74,95,255); }
H1.HeaderClassName
{
color: #4A5FFF;
}
.AnyTagClassName
{
color: #4A5FFF;
}
</style>
background-color css
<style>
a { background-color: #4A5FFF; }
a { background-color: rgb(74,95,255); }
div.DivClassName
{
background-color: #4A5FFF;
}
.BgClassName
{
background-color: #4A5FFF;
}
</style>
border-color css
<style>
span { border-color: #4A5FFF; }
span { border-color: rgb(74,95,255); }
td.TdClassName
{
border-color: #4A5FFF;
}
.TagClassName
{
border-color: #4A5FFF;
}
</style>