Shades of Neon Blue #2934EF
Tints of Neon Blue #2934EF
RGB
CMYK
RGB Variations
Color information
#2934EF (or 0x2934EF) is known color: Neon Blue. HEX triplet: 29, 34 and EF. RGB value is (41,52,239). Sum of RGB (Red+Green+Blue) = 41+52+239=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #2934EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2934EF is #D6CB10. Grayscale: #454545. Windows color (decimal): -14076689 or 15676457. OLE color: 15676457.
HSL color Cylindrical-coordinate representation of color #2934EF: hue angle of 236.67º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2934EF is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 52 | 239 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.06 |
| HSL | 236.67º | 0.86% | 0.55% | - |
| HSV(B) | 236.67º | 0.83% | 0.94% | - |
| XYZ | 17.72 | 9.16 | 82.5 | - |
| YUV | 70.03 | 223.36 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 239 | 0.83 | 0.78 | 0 | 0.06 | 236.67 | 0.86 | 0.55 |
| Hex | 29 | 34 | EF | 53 | 4E | 0 | 6 | ED | 56 | 37 |
| Octal | 51 | 64 | 357 | 123 | 116 | 0 | 6 | 355 | 126 | 67 |
| Binary | 101001 | 110100 | 11101111 | 1010011 | 1001110 | 0 | 110 | 11101101 | 1010110 | 110111 |
Color Harmonies of #2934EF
Complementary color
Monochromatic Colors of #2934EF
Black with #2934EF
Text Example
Text Example
White with #2934EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2934EF; }
p { color: rgb(41,52,239); }
H1.HeaderClassName
{
color: #2934EF;
}
.AnyTagClassName
{
color: #2934EF;
}
</style>
background-color css
<style>
a { background-color: #2934EF; }
a { background-color: rgb(41,52,239); }
div.DivClassName
{
background-color: #2934EF;
}
.BgClassName
{
background-color: #2934EF;
}
</style>
border-color css
<style>
span { border-color: #2934EF; }
span { border-color: rgb(41,52,239); }
td.TdClassName
{
border-color: #2934EF;
}
.TagClassName
{
border-color: #2934EF;
}
</style>