Shades of Neon Blue #2A2FFF
Tints of Neon Blue #2A2FFF
RGB
CMYK
RGB Variations
Color information
#2A2FFF (or 0x2A2FFF) is known color: Neon Blue. HEX triplet: 2A, 2F and FF. RGB value is (42,47,255). Sum of RGB (Red+Green+Blue) = 42+47+255=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A2FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A2FFF is #D5D000. Grayscale: #444444. Windows color (decimal): -14012417 or 16723754. OLE color: 16723754.
HSL color Cylindrical-coordinate representation of color #2A2FFF: hue angle of 238.59º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A2FFF is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 47 | 255 | - |
| CMYK | 0.84 | 0.82 | 0 | 0 |
| HSL | 238.59º | 1% | 0.58% | - |
| HSV(B) | 238.59º | 0.84% | 1% | - |
| XYZ | 20.02 | 9.75 | 95.43 | - |
| YUV | 69.22 | 232.84 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 255 | 0.84 | 0.82 | 0 | 0 | 238.59 | 1 | 0.58 |
| Hex | 2A | 2F | FF | 54 | 52 | 0 | 0 | EF | 64 | 3A |
| Octal | 52 | 57 | 377 | 124 | 122 | 0 | 0 | 357 | 144 | 72 |
| Binary | 101010 | 101111 | 11111111 | 1010100 | 1010010 | 0 | 0 | 11101111 | 1100100 | 111010 |
Color Harmonies of #2A2FFF
Complementary color
Monochromatic Colors of #2A2FFF
Black with #2A2FFF
Text Example
Text Example
White with #2A2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2FFF; }
p { color: rgb(42,47,255); }
H1.HeaderClassName
{
color: #2A2FFF;
}
.AnyTagClassName
{
color: #2A2FFF;
}
</style>
background-color css
<style>
a { background-color: #2A2FFF; }
a { background-color: rgb(42,47,255); }
div.DivClassName
{
background-color: #2A2FFF;
}
.BgClassName
{
background-color: #2A2FFF;
}
</style>
border-color css
<style>
span { border-color: #2A2FFF; }
span { border-color: rgb(42,47,255); }
td.TdClassName
{
border-color: #2A2FFF;
}
.TagClassName
{
border-color: #2A2FFF;
}
</style>