Shades of Neon Blue #2A34FF
Tints of Neon Blue #2A34FF
RGB
CMYK
RGB Variations
Color information
#2A34FF (or 0x2A34FF) is known color: Neon Blue. HEX triplet: 2A, 34 and FF. RGB value is (42,52,255). Sum of RGB (Red+Green+Blue) = 42+52+255=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A34FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A34FF is #D5CB00. Grayscale: #474747. Windows color (decimal): -14011137 or 16725034. OLE color: 16725034.
HSL color Cylindrical-coordinate representation of color #2A34FF: hue angle of 237.18º 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 #2A34FF is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 52 | 255 | - |
| CMYK | 0.84 | 0.80 | 0 | 0 |
| HSL | 237.18º | 1% | 0.58% | - |
| HSV(B) | 237.18º | 0.84% | 1% | - |
| XYZ | 20.23 | 10.17 | 95.5 | - |
| YUV | 72.15 | 231.19 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 255 | 0.84 | 0.80 | 0 | 0 | 237.18 | 1 | 0.58 |
| Hex | 2A | 34 | FF | 54 | 50 | 0 | 0 | ED | 64 | 3A |
| Octal | 52 | 64 | 377 | 124 | 120 | 0 | 0 | 355 | 144 | 72 |
| Binary | 101010 | 110100 | 11111111 | 1010100 | 1010000 | 0 | 0 | 11101101 | 1100100 | 111010 |
Color Harmonies of #2A34FF
Complementary color
Monochromatic Colors of #2A34FF
Black with #2A34FF
Text Example
Text Example
White with #2A34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A34FF; }
p { color: rgb(42,52,255); }
H1.HeaderClassName
{
color: #2A34FF;
}
.AnyTagClassName
{
color: #2A34FF;
}
</style>
background-color css
<style>
a { background-color: #2A34FF; }
a { background-color: rgb(42,52,255); }
div.DivClassName
{
background-color: #2A34FF;
}
.BgClassName
{
background-color: #2A34FF;
}
</style>
border-color css
<style>
span { border-color: #2A34FF; }
span { border-color: rgb(42,52,255); }
td.TdClassName
{
border-color: #2A34FF;
}
.TagClassName
{
border-color: #2A34FF;
}
</style>