Shades of Neon Blue #2C3EFA
Tints of Neon Blue #2C3EFA
RGB
CMYK
RGB Variations
Color information
#2C3EFA (or 0x2C3EFA) is known color: Neon Blue. HEX triplet: 2C, 3E and FA. RGB value is (44,62,250). Sum of RGB (Red+Green+Blue) = 44+62+250=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 62 (24.61% from 255 or 17.42% 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 #2C3EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C3EFA is #D3C105. Grayscale: #4D4D4D. Windows color (decimal): -13877510 or 16399916. OLE color: 16399916.
HSL color Cylindrical-coordinate representation of color #2C3EFA: hue angle of 234.76º 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 #2C3EFA is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 62 | 250 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.02 |
| HSL | 234.76º | 0.95% | 0.58% | - |
| HSV(B) | 234.76º | 0.82% | 0.98% | - |
| XYZ | 20.02 | 10.88 | 91.49 | - |
| YUV | 78.05 | 225.04 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 62 | 250 | 0.82 | 0.75 | 0 | 0.02 | 234.76 | 0.95 | 0.58 |
| Hex | 2C | 3E | FA | 52 | 4B | 0 | 2 | EB | 5F | 3A |
| Octal | 54 | 76 | 372 | 122 | 113 | 0 | 2 | 353 | 137 | 72 |
| Binary | 101100 | 111110 | 11111010 | 1010010 | 1001011 | 0 | 10 | 11101011 | 1011111 | 111010 |
Color Harmonies of #2C3EFA
Complementary color
Monochromatic Colors of #2C3EFA
Black with #2C3EFA
Text Example
Text Example
White with #2C3EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3EFA; }
p { color: rgb(44,62,250); }
H1.HeaderClassName
{
color: #2C3EFA;
}
.AnyTagClassName
{
color: #2C3EFA;
}
</style>
background-color css
<style>
a { background-color: #2C3EFA; }
a { background-color: rgb(44,62,250); }
div.DivClassName
{
background-color: #2C3EFA;
}
.BgClassName
{
background-color: #2C3EFA;
}
</style>
border-color css
<style>
span { border-color: #2C3EFA; }
span { border-color: rgb(44,62,250); }
td.TdClassName
{
border-color: #2C3EFA;
}
.TagClassName
{
border-color: #2C3EFA;
}
</style>