Shades of Neon Blue #2E36FD
Tints of Neon Blue #2E36FD
RGB
CMYK
RGB Variations
Color information
#2E36FD (or 0x2E36FD) is known color: Neon Blue. HEX triplet: 2E, 36 and FD. RGB value is (46,54,253). Sum of RGB (Red+Green+Blue) = 46+54+253=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E36FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E36FD is #D1C902. Grayscale: #494949. Windows color (decimal): -13748483 or 16594478. OLE color: 16594478.
HSL color Cylindrical-coordinate representation of color #2E36FD: hue angle of 237.68º 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 #2E36FD is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 54 | 253 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.01 |
| HSL | 237.68º | 0.98% | 0.59% | - |
| HSV(B) | 237.68º | 0.82% | 0.99% | - |
| XYZ | 20.18 | 10.31 | 93.86 | - |
| YUV | 74.29 | 228.85 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 253 | 0.82 | 0.79 | 0 | 0.01 | 237.68 | 0.98 | 0.59 |
| Hex | 2E | 36 | FD | 52 | 4F | 0 | 1 | EE | 62 | 3B |
| Octal | 56 | 66 | 375 | 122 | 117 | 0 | 1 | 356 | 142 | 73 |
| Binary | 101110 | 110110 | 11111101 | 1010010 | 1001111 | 0 | 1 | 11101110 | 1100010 | 111011 |
Color Harmonies of #2E36FD
Complementary color
Monochromatic Colors of #2E36FD
Black with #2E36FD
Text Example
Text Example
White with #2E36FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E36FD; }
p { color: rgb(46,54,253); }
H1.HeaderClassName
{
color: #2E36FD;
}
.AnyTagClassName
{
color: #2E36FD;
}
</style>
background-color css
<style>
a { background-color: #2E36FD; }
a { background-color: rgb(46,54,253); }
div.DivClassName
{
background-color: #2E36FD;
}
.BgClassName
{
background-color: #2E36FD;
}
</style>
border-color css
<style>
span { border-color: #2E36FD; }
span { border-color: rgb(46,54,253); }
td.TdClassName
{
border-color: #2E36FD;
}
.TagClassName
{
border-color: #2E36FD;
}
</style>