Shades of Neon Blue #4A52FA
Tints of Neon Blue #4A52FA
RGB
CMYK
RGB Variations
Color information
#4A52FA (or 0x4A52FA) is known color: Neon Blue. HEX triplet: 4A, 52 and FA. RGB value is (74,82,250). Sum of RGB (Red+Green+Blue) = 74+82+250=406 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.23% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A52FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A52FA is #B5AD05. Grayscale: #626262. Windows color (decimal): -11906310 or 16405066. OLE color: 16405066.
HSL color Cylindrical-coordinate representation of color #4A52FA: hue angle of 237.27º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A52FA is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 82 | 250 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.02 |
| HSL | 237.27º | 0.95% | 0.64% | - |
| HSV(B) | 237.27º | 0.7% | 0.98% | - |
| XYZ | 23.1 | 14.39 | 92 | - |
| YUV | 98.76 | 213.35 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 250 | 0.70 | 0.67 | 0 | 0.02 | 237.27 | 0.95 | 0.64 |
| Hex | 4A | 52 | FA | 46 | 43 | 0 | 2 | ED | 5F | 40 |
| Octal | 112 | 122 | 372 | 106 | 103 | 0 | 2 | 355 | 137 | 100 |
| Binary | 1001010 | 1010010 | 11111010 | 1000110 | 1000011 | 0 | 10 | 11101101 | 1011111 | 1000000 |
Color Harmonies of #4A52FA
Complementary color
Monochromatic Colors of #4A52FA
Black with #4A52FA
Text Example
Text Example
White with #4A52FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A52FA; }
p { color: rgb(74,82,250); }
H1.HeaderClassName
{
color: #4A52FA;
}
.AnyTagClassName
{
color: #4A52FA;
}
</style>
background-color css
<style>
a { background-color: #4A52FA; }
a { background-color: rgb(74,82,250); }
div.DivClassName
{
background-color: #4A52FA;
}
.BgClassName
{
background-color: #4A52FA;
}
</style>
border-color css
<style>
span { border-color: #4A52FA; }
span { border-color: rgb(74,82,250); }
td.TdClassName
{
border-color: #4A52FA;
}
.TagClassName
{
border-color: #4A52FA;
}
</style>