Shades of Neon Blue #2A4AFA
Tints of Neon Blue #2A4AFA
RGB
CMYK
RGB Variations
Color information
#2A4AFA (or 0x2A4AFA) is known color: Neon Blue. HEX triplet: 2A, 4A and FA. RGB value is (42,74,250). Sum of RGB (Red+Green+Blue) = 42+74+250=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A4AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A4AFA is #D5B505. Grayscale: #535353. Windows color (decimal): -14005510 or 16402986. OLE color: 16402986.
HSL color Cylindrical-coordinate representation of color #2A4AFA: hue angle of 230.77º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A4AFA is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 74 | 250 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.02 |
| HSL | 230.77º | 0.95% | 0.57% | - |
| HSV(B) | 230.77º | 0.83% | 0.98% | - |
| XYZ | 20.66 | 12.29 | 91.73 | - |
| YUV | 84.5 | 221.4 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 74 | 250 | 0.83 | 0.70 | 0 | 0.02 | 230.77 | 0.95 | 0.57 |
| Hex | 2A | 4A | FA | 53 | 46 | 0 | 2 | E7 | 5F | 39 |
| Octal | 52 | 112 | 372 | 123 | 106 | 0 | 2 | 347 | 137 | 71 |
| Binary | 101010 | 1001010 | 11111010 | 1010011 | 1000110 | 0 | 10 | 11100111 | 1011111 | 111001 |
Color Harmonies of #2A4AFA
Complementary color
Monochromatic Colors of #2A4AFA
Black with #2A4AFA
Text Example
Text Example
White with #2A4AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4AFA; }
p { color: rgb(42,74,250); }
H1.HeaderClassName
{
color: #2A4AFA;
}
.AnyTagClassName
{
color: #2A4AFA;
}
</style>
background-color css
<style>
a { background-color: #2A4AFA; }
a { background-color: rgb(42,74,250); }
div.DivClassName
{
background-color: #2A4AFA;
}
.BgClassName
{
background-color: #2A4AFA;
}
</style>
border-color css
<style>
span { border-color: #2A4AFA; }
span { border-color: rgb(42,74,250); }
td.TdClassName
{
border-color: #2A4AFA;
}
.TagClassName
{
border-color: #2A4AFA;
}
</style>