Shades of Neon Blue #273CFF
Tints of Neon Blue #273CFF
RGB
CMYK
RGB Variations
Color information
#273CFF (or 0x273CFF) is known color: Neon Blue. HEX triplet: 27, 3C and FF. RGB value is (39,60,255). Sum of RGB (Red+Green+Blue) = 39+60+255=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #273CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273CFF is #D8C300. Grayscale: #4B4B4B. Windows color (decimal): -14205697 or 16727079. OLE color: 16727079.
HSL color Cylindrical-coordinate representation of color #273CFF: hue angle of 234.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #273CFF is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 60 | 255 | - |
| CMYK | 0.85 | 0.76 | 0 | 0 |
| HSL | 234.17º | 1% | 0.58% | - |
| HSV(B) | 234.17º | 0.85% | 1% | - |
| XYZ | 20.5 | 10.88 | 95.63 | - |
| YUV | 75.95 | 229.04 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 255 | 0.85 | 0.76 | 0 | 0 | 234.17 | 1 | 0.58 |
| Hex | 27 | 3C | FF | 55 | 4C | 0 | 0 | EA | 64 | 3A |
| Octal | 47 | 74 | 377 | 125 | 114 | 0 | 0 | 352 | 144 | 72 |
| Binary | 100111 | 111100 | 11111111 | 1010101 | 1001100 | 0 | 0 | 11101010 | 1100100 | 111010 |
Color Harmonies of #273CFF
Complementary color
Monochromatic Colors of #273CFF
Black with #273CFF
Text Example
Text Example
White with #273CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273CFF; }
p { color: rgb(39,60,255); }
H1.HeaderClassName
{
color: #273CFF;
}
.AnyTagClassName
{
color: #273CFF;
}
</style>
background-color css
<style>
a { background-color: #273CFF; }
a { background-color: rgb(39,60,255); }
div.DivClassName
{
background-color: #273CFF;
}
.BgClassName
{
background-color: #273CFF;
}
</style>
border-color css
<style>
span { border-color: #273CFF; }
span { border-color: rgb(39,60,255); }
td.TdClassName
{
border-color: #273CFF;
}
.TagClassName
{
border-color: #273CFF;
}
</style>