Shades of Neon Blue #2E3CFA
Tints of Neon Blue #2E3CFA
RGB
CMYK
RGB Variations
Color information
#2E3CFA (or 0x2E3CFA) is known color: Neon Blue. HEX triplet: 2E, 3C and FA. RGB value is (46,60,250). Sum of RGB (Red+Green+Blue) = 46+60+250=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E3CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3CFA is #D1C305. Grayscale: #4C4C4C. Windows color (decimal): -13746950 or 16399406. OLE color: 16399406.
HSL color Cylindrical-coordinate representation of color #2E3CFA: hue angle of 235.88º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E3CFA is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 60 | 250 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.02 |
| HSL | 235.88º | 0.95% | 0.58% | - |
| HSV(B) | 235.88º | 0.82% | 0.98% | - |
| XYZ | 20 | 10.71 | 91.46 | - |
| YUV | 77.47 | 225.36 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 250 | 0.82 | 0.76 | 0 | 0.02 | 235.88 | 0.95 | 0.58 |
| Hex | 2E | 3C | FA | 52 | 4C | 0 | 2 | EC | 5F | 3A |
| Octal | 56 | 74 | 372 | 122 | 114 | 0 | 2 | 354 | 137 | 72 |
| Binary | 101110 | 111100 | 11111010 | 1010010 | 1001100 | 0 | 10 | 11101100 | 1011111 | 111010 |
Color Harmonies of #2E3CFA
Complementary color
Monochromatic Colors of #2E3CFA
Black with #2E3CFA
Text Example
Text Example
White with #2E3CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3CFA; }
p { color: rgb(46,60,250); }
H1.HeaderClassName
{
color: #2E3CFA;
}
.AnyTagClassName
{
color: #2E3CFA;
}
</style>
background-color css
<style>
a { background-color: #2E3CFA; }
a { background-color: rgb(46,60,250); }
div.DivClassName
{
background-color: #2E3CFA;
}
.BgClassName
{
background-color: #2E3CFA;
}
</style>
border-color css
<style>
span { border-color: #2E3CFA; }
span { border-color: rgb(46,60,250); }
td.TdClassName
{
border-color: #2E3CFA;
}
.TagClassName
{
border-color: #2E3CFA;
}
</style>