Shades of Neon Blue #2E32FC
Tints of Neon Blue #2E32FC
RGB
CMYK
RGB Variations
Color information
#2E32FC (or 0x2E32FC) is known color: Neon Blue. HEX triplet: 2E, 32 and FC. RGB value is (46,50,252). Sum of RGB (Red+Green+Blue) = 46+50+252=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 252 (98.83% from 255 or 72.41% from 348); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E32FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E32FC is #D1CD03. Grayscale: #474747. Windows color (decimal): -13749508 or 16527918. OLE color: 16527918.
HSL color Cylindrical-coordinate representation of color #2E32FC: hue angle of 238.83º 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 #2E32FC is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 50 | 252 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.01 |
| HSL | 238.83º | 0.97% | 0.58% | - |
| HSV(B) | 238.83º | 0.82% | 0.99% | - |
| XYZ | 19.84 | 9.89 | 92.96 | - |
| YUV | 71.83 | 229.67 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 252 | 0.82 | 0.80 | 0 | 0.01 | 238.83 | 0.97 | 0.58 |
| Hex | 2E | 32 | FC | 52 | 50 | 0 | 1 | EF | 61 | 3A |
| Octal | 56 | 62 | 374 | 122 | 120 | 0 | 1 | 357 | 141 | 72 |
| Binary | 101110 | 110010 | 11111100 | 1010010 | 1010000 | 0 | 1 | 11101111 | 1100001 | 111010 |
Color Harmonies of #2E32FC
Complementary color
Monochromatic Colors of #2E32FC
Black with #2E32FC
Text Example
Text Example
White with #2E32FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E32FC; }
p { color: rgb(46,50,252); }
H1.HeaderClassName
{
color: #2E32FC;
}
.AnyTagClassName
{
color: #2E32FC;
}
</style>
background-color css
<style>
a { background-color: #2E32FC; }
a { background-color: rgb(46,50,252); }
div.DivClassName
{
background-color: #2E32FC;
}
.BgClassName
{
background-color: #2E32FC;
}
</style>
border-color css
<style>
span { border-color: #2E32FC; }
span { border-color: rgb(46,50,252); }
td.TdClassName
{
border-color: #2E32FC;
}
.TagClassName
{
border-color: #2E32FC;
}
</style>