Shades of Neon Blue #2A2FEA
Tints of Neon Blue #2A2FEA
RGB
CMYK
RGB Variations
Color information
#2A2FEA (or 0x2A2FEA) is known color: Neon Blue. HEX triplet: 2A, 2F and EA. RGB value is (42,47,234). Sum of RGB (Red+Green+Blue) = 42+47+234=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 234 (91.80% from 255 or 72.45% from 323); Max value from RGB is 234 - color contains mainly: blue. Hex color #2A2FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A2FEA is #D5D015. Grayscale: #424242. Windows color (decimal): -14012438 or 15347498. OLE color: 15347498.
HSL color Cylindrical-coordinate representation of color #2A2FEA: hue angle of 238.44º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A2FEA is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 47 | 234 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.08 |
| HSL | 238.44º | 0.82% | 0.54% | - |
| HSV(B) | 238.44º | 0.82% | 0.92% | - |
| XYZ | 16.82 | 8.47 | 78.59 | - |
| YUV | 66.82 | 222.34 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 234 | 0.82 | 0.80 | 0 | 0.08 | 238.44 | 0.82 | 0.54 |
| Hex | 2A | 2F | EA | 52 | 50 | 0 | 8 | EE | 52 | 36 |
| Octal | 52 | 57 | 352 | 122 | 120 | 0 | 10 | 356 | 122 | 66 |
| Binary | 101010 | 101111 | 11101010 | 1010010 | 1010000 | 0 | 1000 | 11101110 | 1010010 | 110110 |
Color Harmonies of #2A2FEA
Complementary color
Monochromatic Colors of #2A2FEA
Black with #2A2FEA
Text Example
Text Example
White with #2A2FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2FEA; }
p { color: rgb(42,47,234); }
H1.HeaderClassName
{
color: #2A2FEA;
}
.AnyTagClassName
{
color: #2A2FEA;
}
</style>
background-color css
<style>
a { background-color: #2A2FEA; }
a { background-color: rgb(42,47,234); }
div.DivClassName
{
background-color: #2A2FEA;
}
.BgClassName
{
background-color: #2A2FEA;
}
</style>
border-color css
<style>
span { border-color: #2A2FEA; }
span { border-color: rgb(42,47,234); }
td.TdClassName
{
border-color: #2A2FEA;
}
.TagClassName
{
border-color: #2A2FEA;
}
</style>