Shades of Neon Blue #342EFF
Tints of Neon Blue #342EFF
RGB
CMYK
RGB Variations
Color information
#342EFF (or 0x342EFF) is known color: Neon Blue. HEX triplet: 34, 2E and FF. RGB value is (52,46,255). Sum of RGB (Red+Green+Blue) = 52+46+255=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #342EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #342EFF is #CBD100. Grayscale: #464646. Windows color (decimal): -13357313 or 16723508. OLE color: 16723508.
HSL color Cylindrical-coordinate representation of color #342EFF: hue angle of 241.72º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #342EFF is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 46 | 255 | - |
| CMYK | 0.80 | 0.82 | 0 | 0 |
| HSL | 241.72º | 1% | 0.59% | - |
| HSV(B) | 241.72º | 0.82% | 1% | - |
| XYZ | 20.44 | 9.9 | 95.44 | - |
| YUV | 71.62 | 231.49 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 255 | 0.80 | 0.82 | 0 | 0 | 241.72 | 1 | 0.59 |
| Hex | 34 | 2E | FF | 50 | 52 | 0 | 0 | F2 | 64 | 3B |
| Octal | 64 | 56 | 377 | 120 | 122 | 0 | 0 | 362 | 144 | 73 |
| Binary | 110100 | 101110 | 11111111 | 1010000 | 1010010 | 0 | 0 | 11110010 | 1100100 | 111011 |
Color Harmonies of #342EFF
Complementary color
Monochromatic Colors of #342EFF
Black with #342EFF
Text Example
Text Example
White with #342EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342EFF; }
p { color: rgb(52,46,255); }
H1.HeaderClassName
{
color: #342EFF;
}
.AnyTagClassName
{
color: #342EFF;
}
</style>
background-color css
<style>
a { background-color: #342EFF; }
a { background-color: rgb(52,46,255); }
div.DivClassName
{
background-color: #342EFF;
}
.BgClassName
{
background-color: #342EFF;
}
</style>
border-color css
<style>
span { border-color: #342EFF; }
span { border-color: rgb(52,46,255); }
td.TdClassName
{
border-color: #342EFF;
}
.TagClassName
{
border-color: #342EFF;
}
</style>