Shades of Neon Blue #2E3DFC
Tints of Neon Blue #2E3DFC
RGB
CMYK
RGB Variations
Color information
#2E3DFC (or 0x2E3DFC) is known color: Neon Blue. HEX triplet: 2E, 3D and FC. RGB value is (46,61,252). Sum of RGB (Red+Green+Blue) = 46+61+252=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E3DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3DFC is #D1C203. Grayscale: #4D4D4D. Windows color (decimal): -13746692 or 16530734. OLE color: 16530734.
HSL color Cylindrical-coordinate representation of color #2E3DFC: hue angle of 235.63º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E3DFC is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 61 | 252 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.01 |
| HSL | 235.63º | 0.97% | 0.58% | - |
| HSV(B) | 235.63º | 0.82% | 0.99% | - |
| XYZ | 20.37 | 10.95 | 93.13 | - |
| YUV | 78.29 | 226.03 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 252 | 0.82 | 0.76 | 0 | 0.01 | 235.63 | 0.97 | 0.58 |
| Hex | 2E | 3D | FC | 52 | 4C | 0 | 1 | EC | 61 | 3A |
| Octal | 56 | 75 | 374 | 122 | 114 | 0 | 1 | 354 | 141 | 72 |
| Binary | 101110 | 111101 | 11111100 | 1010010 | 1001100 | 0 | 1 | 11101100 | 1100001 | 111010 |
Color Harmonies of #2E3DFC
Complementary color
Monochromatic Colors of #2E3DFC
Black with #2E3DFC
Text Example
Text Example
White with #2E3DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3DFC; }
p { color: rgb(46,61,252); }
H1.HeaderClassName
{
color: #2E3DFC;
}
.AnyTagClassName
{
color: #2E3DFC;
}
</style>
background-color css
<style>
a { background-color: #2E3DFC; }
a { background-color: rgb(46,61,252); }
div.DivClassName
{
background-color: #2E3DFC;
}
.BgClassName
{
background-color: #2E3DFC;
}
</style>
border-color css
<style>
span { border-color: #2E3DFC; }
span { border-color: rgb(46,61,252); }
td.TdClassName
{
border-color: #2E3DFC;
}
.TagClassName
{
border-color: #2E3DFC;
}
</style>