Shades of Neon Blue #2A3CEF
Tints of Neon Blue #2A3CEF
RGB
CMYK
RGB Variations
Color information
#2A3CEF (or 0x2A3CEF) is known color: Neon Blue. HEX triplet: 2A, 3C and EF. RGB value is (42,60,239). Sum of RGB (Red+Green+Blue) = 42+60+239=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A3CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A3CEF is #D5C310. Grayscale: #4A4A4A. Windows color (decimal): -14009105 or 15678506. OLE color: 15678506.
HSL color Cylindrical-coordinate representation of color #2A3CEF: hue angle of 234.52º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A3CEF is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 60 | 239 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.06 |
| HSL | 234.52º | 0.86% | 0.55% | - |
| HSV(B) | 234.52º | 0.82% | 0.94% | - |
| XYZ | 18.15 | 9.96 | 82.63 | - |
| YUV | 75.02 | 220.54 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 60 | 239 | 0.82 | 0.75 | 0 | 0.06 | 234.52 | 0.86 | 0.55 |
| Hex | 2A | 3C | EF | 52 | 4B | 0 | 6 | EB | 56 | 37 |
| Octal | 52 | 74 | 357 | 122 | 113 | 0 | 6 | 353 | 126 | 67 |
| Binary | 101010 | 111100 | 11101111 | 1010010 | 1001011 | 0 | 110 | 11101011 | 1010110 | 110111 |
Color Harmonies of #2A3CEF
Complementary color
Monochromatic Colors of #2A3CEF
Black with #2A3CEF
Text Example
Text Example
White with #2A3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3CEF; }
p { color: rgb(42,60,239); }
H1.HeaderClassName
{
color: #2A3CEF;
}
.AnyTagClassName
{
color: #2A3CEF;
}
</style>
background-color css
<style>
a { background-color: #2A3CEF; }
a { background-color: rgb(42,60,239); }
div.DivClassName
{
background-color: #2A3CEF;
}
.BgClassName
{
background-color: #2A3CEF;
}
</style>
border-color css
<style>
span { border-color: #2A3CEF; }
span { border-color: rgb(42,60,239); }
td.TdClassName
{
border-color: #2A3CEF;
}
.TagClassName
{
border-color: #2A3CEF;
}
</style>