Shades of Neon Blue #2A31EE
Tints of Neon Blue #2A31EE
RGB
CMYK
RGB Variations
Color information
#2A31EE (or 0x2A31EE) is known color: Neon Blue. HEX triplet: 2A, 31 and EE. RGB value is (42,49,238). Sum of RGB (Red+Green+Blue) = 42+49+238=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #2A31EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A31EE is #D5CE11. Grayscale: #434343. Windows color (decimal): -14011922 or 15610154. OLE color: 15610154.
HSL color Cylindrical-coordinate representation of color #2A31EE: hue angle of 237.86º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A31EE is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 49 | 238 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.07 |
| HSL | 237.86º | 0.85% | 0.55% | - |
| HSV(B) | 237.86º | 0.82% | 0.93% | - |
| XYZ | 17.49 | 8.86 | 81.68 | - |
| YUV | 68.45 | 223.68 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 238 | 0.82 | 0.79 | 0 | 0.07 | 237.86 | 0.85 | 0.55 |
| Hex | 2A | 31 | EE | 52 | 4F | 0 | 7 | EE | 55 | 37 |
| Octal | 52 | 61 | 356 | 122 | 117 | 0 | 7 | 356 | 125 | 67 |
| Binary | 101010 | 110001 | 11101110 | 1010010 | 1001111 | 0 | 111 | 11101110 | 1010101 | 110111 |
Color Harmonies of #2A31EE
Complementary color
Monochromatic Colors of #2A31EE
Black with #2A31EE
Text Example
Text Example
White with #2A31EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A31EE; }
p { color: rgb(42,49,238); }
H1.HeaderClassName
{
color: #2A31EE;
}
.AnyTagClassName
{
color: #2A31EE;
}
</style>
background-color css
<style>
a { background-color: #2A31EE; }
a { background-color: rgb(42,49,238); }
div.DivClassName
{
background-color: #2A31EE;
}
.BgClassName
{
background-color: #2A31EE;
}
</style>
border-color css
<style>
span { border-color: #2A31EE; }
span { border-color: rgb(42,49,238); }
td.TdClassName
{
border-color: #2A31EE;
}
.TagClassName
{
border-color: #2A31EE;
}
</style>