Shades of Neon Blue #2E4CFD
Tints of Neon Blue #2E4CFD
RGB
CMYK
RGB Variations
Color information
#2E4CFD (or 0x2E4CFD) is known color: Neon Blue. HEX triplet: 2E, 4C and FD. RGB value is (46,76,253). Sum of RGB (Red+Green+Blue) = 46+76+253=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E4CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E4CFD is #D1B302. Grayscale: #565656. Windows color (decimal): -13742851 or 16600110. OLE color: 16600110.
HSL color Cylindrical-coordinate representation of color #2E4CFD: hue angle of 231.3º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E4CFD is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 76 | 253 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.01 |
| HSL | 231.3º | 0.98% | 0.59% | - |
| HSV(B) | 231.3º | 0.82% | 0.99% | - |
| XYZ | 21.44 | 12.84 | 94.28 | - |
| YUV | 87.21 | 221.56 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 253 | 0.82 | 0.70 | 0 | 0.01 | 231.3 | 0.98 | 0.59 |
| Hex | 2E | 4C | FD | 52 | 46 | 0 | 1 | E7 | 62 | 3B |
| Octal | 56 | 114 | 375 | 122 | 106 | 0 | 1 | 347 | 142 | 73 |
| Binary | 101110 | 1001100 | 11111101 | 1010010 | 1000110 | 0 | 1 | 11100111 | 1100010 | 111011 |
Color Harmonies of #2E4CFD
Complementary color
Monochromatic Colors of #2E4CFD
Black with #2E4CFD
Text Example
Text Example
White with #2E4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4CFD; }
p { color: rgb(46,76,253); }
H1.HeaderClassName
{
color: #2E4CFD;
}
.AnyTagClassName
{
color: #2E4CFD;
}
</style>
background-color css
<style>
a { background-color: #2E4CFD; }
a { background-color: rgb(46,76,253); }
div.DivClassName
{
background-color: #2E4CFD;
}
.BgClassName
{
background-color: #2E4CFD;
}
</style>
border-color css
<style>
span { border-color: #2E4CFD; }
span { border-color: rgb(46,76,253); }
td.TdClassName
{
border-color: #2E4CFD;
}
.TagClassName
{
border-color: #2E4CFD;
}
</style>