Shades of Neon Blue #273CEC
Tints of Neon Blue #273CEC
RGB
CMYK
RGB Variations
Color information
#273CEC (or 0x273CEC) is known color: Neon Blue. HEX triplet: 27, 3C and EC. RGB value is (39,60,236). Sum of RGB (Red+Green+Blue) = 39+60+236=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #273CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273CEC is #D8C313. Grayscale: #494949. Windows color (decimal): -14205716 or 15481895. OLE color: 15481895.
HSL color Cylindrical-coordinate representation of color #273CEC: hue angle of 233.6º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #273CEC is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 60 | 236 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.07 |
| HSL | 233.6º | 0.84% | 0.54% | - |
| HSV(B) | 233.6º | 0.83% | 0.93% | - |
| XYZ | 17.59 | 9.72 | 80.31 | - |
| YUV | 73.79 | 219.54 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 236 | 0.83 | 0.75 | 0 | 0.07 | 233.6 | 0.84 | 0.54 |
| Hex | 27 | 3C | EC | 53 | 4B | 0 | 7 | EA | 54 | 36 |
| Octal | 47 | 74 | 354 | 123 | 113 | 0 | 7 | 352 | 124 | 66 |
| Binary | 100111 | 111100 | 11101100 | 1010011 | 1001011 | 0 | 111 | 11101010 | 1010100 | 110110 |
Color Harmonies of #273CEC
Complementary color
Monochromatic Colors of #273CEC
Black with #273CEC
Text Example
Text Example
White with #273CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273CEC; }
p { color: rgb(39,60,236); }
H1.HeaderClassName
{
color: #273CEC;
}
.AnyTagClassName
{
color: #273CEC;
}
</style>
background-color css
<style>
a { background-color: #273CEC; }
a { background-color: rgb(39,60,236); }
div.DivClassName
{
background-color: #273CEC;
}
.BgClassName
{
background-color: #273CEC;
}
</style>
border-color css
<style>
span { border-color: #273CEC; }
span { border-color: rgb(39,60,236); }
td.TdClassName
{
border-color: #273CEC;
}
.TagClassName
{
border-color: #273CEC;
}
</style>