Shades of Neon Blue #342EFE
Tints of Neon Blue #342EFE
RGB
CMYK
RGB Variations
Color information
#342EFE (or 0x342EFE) is known color: Neon Blue. HEX triplet: 34, 2E and FE. RGB value is (52,46,254). Sum of RGB (Red+Green+Blue) = 52+46+254=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #342EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #342EFE is #CBD101. Grayscale: #464646. Windows color (decimal): -13357314 or 16657972. OLE color: 16657972.
HSL color Cylindrical-coordinate representation of color #342EFE: hue angle of 241.73º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #342EFE is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 46 | 254 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.00 |
| HSL | 241.73º | 0.99% | 0.59% | - |
| HSV(B) | 241.73º | 0.82% | 1% | - |
| XYZ | 20.28 | 9.84 | 94.6 | - |
| YUV | 71.51 | 230.99 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 254 | 0.80 | 0.82 | 0 | 0.00 | 241.73 | 0.99 | 0.59 |
| Hex | 34 | 2E | FE | 50 | 52 | 0 | 0 | F2 | 63 | 3B |
| Octal | 64 | 56 | 376 | 120 | 122 | 0 | 0 | 362 | 143 | 73 |
| Binary | 110100 | 101110 | 11111110 | 1010000 | 1010010 | 0 | 0 | 11110010 | 1100011 | 111011 |
Color Harmonies of #342EFE
Complementary color
Monochromatic Colors of #342EFE
Black with #342EFE
Text Example
Text Example
White with #342EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342EFE; }
p { color: rgb(52,46,254); }
H1.HeaderClassName
{
color: #342EFE;
}
.AnyTagClassName
{
color: #342EFE;
}
</style>
background-color css
<style>
a { background-color: #342EFE; }
a { background-color: rgb(52,46,254); }
div.DivClassName
{
background-color: #342EFE;
}
.BgClassName
{
background-color: #342EFE;
}
</style>
border-color css
<style>
span { border-color: #342EFE; }
span { border-color: rgb(52,46,254); }
td.TdClassName
{
border-color: #342EFE;
}
.TagClassName
{
border-color: #342EFE;
}
</style>