Shades of Neon Blue #272CED
Tints of Neon Blue #272CED
RGB
CMYK
RGB Variations
Color information
#272CED (or 0x272CED) is known color: Neon Blue. HEX triplet: 27, 2C and ED. RGB value is (39,44,237). Sum of RGB (Red+Green+Blue) = 39+44+237=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #272CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272CED is #D8D312. Grayscale: #3F3F3F. Windows color (decimal): -14209811 or 15543335. OLE color: 15543335.
HSL color Cylindrical-coordinate representation of color #272CED: hue angle of 238.48º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #272CED is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 44 | 237 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.07 |
| HSL | 238.48º | 0.85% | 0.54% | - |
| HSV(B) | 238.48º | 0.84% | 0.93% | - |
| XYZ | 17.02 | 8.35 | 80.83 | - |
| YUV | 64.51 | 225.34 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 237 | 0.84 | 0.81 | 0 | 0.07 | 238.48 | 0.85 | 0.54 |
| Hex | 27 | 2C | ED | 54 | 51 | 0 | 7 | EE | 55 | 36 |
| Octal | 47 | 54 | 355 | 124 | 121 | 0 | 7 | 356 | 125 | 66 |
| Binary | 100111 | 101100 | 11101101 | 1010100 | 1010001 | 0 | 111 | 11101110 | 1010101 | 110110 |
Color Harmonies of #272CED
Complementary color
Monochromatic Colors of #272CED
Black with #272CED
Text Example
Text Example
White with #272CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272CED; }
p { color: rgb(39,44,237); }
H1.HeaderClassName
{
color: #272CED;
}
.AnyTagClassName
{
color: #272CED;
}
</style>
background-color css
<style>
a { background-color: #272CED; }
a { background-color: rgb(39,44,237); }
div.DivClassName
{
background-color: #272CED;
}
.BgClassName
{
background-color: #272CED;
}
</style>
border-color css
<style>
span { border-color: #272CED; }
span { border-color: rgb(39,44,237); }
td.TdClassName
{
border-color: #272CED;
}
.TagClassName
{
border-color: #272CED;
}
</style>