Shades of Neon Blue #273BFF
Tints of Neon Blue #273BFF
RGB
CMYK
RGB Variations
Color information
#273BFF (or 0x273BFF) is known color: Neon Blue. HEX triplet: 27, 3B and FF. RGB value is (39,59,255). Sum of RGB (Red+Green+Blue) = 39+59+255=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #273BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273BFF is #D8C400. Grayscale: #4A4A4A. Windows color (decimal): -14205953 or 16726823. OLE color: 16726823.
HSL color Cylindrical-coordinate representation of color #273BFF: hue angle of 234.44º 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 #273BFF is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 59 | 255 | - |
| CMYK | 0.85 | 0.77 | 0 | 0 |
| HSL | 234.44º | 1% | 0.58% | - |
| HSV(B) | 234.44º | 0.85% | 1% | - |
| XYZ | 20.45 | 10.78 | 95.61 | - |
| YUV | 75.36 | 229.37 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 255 | 0.85 | 0.77 | 0 | 0 | 234.44 | 1 | 0.58 |
| Hex | 27 | 3B | FF | 55 | 4D | 0 | 0 | EA | 64 | 3A |
| Octal | 47 | 73 | 377 | 125 | 115 | 0 | 0 | 352 | 144 | 72 |
| Binary | 100111 | 111011 | 11111111 | 1010101 | 1001101 | 0 | 0 | 11101010 | 1100100 | 111010 |
Color Harmonies of #273BFF
Complementary color
Monochromatic Colors of #273BFF
Black with #273BFF
Text Example
Text Example
White with #273BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273BFF; }
p { color: rgb(39,59,255); }
H1.HeaderClassName
{
color: #273BFF;
}
.AnyTagClassName
{
color: #273BFF;
}
</style>
background-color css
<style>
a { background-color: #273BFF; }
a { background-color: rgb(39,59,255); }
div.DivClassName
{
background-color: #273BFF;
}
.BgClassName
{
background-color: #273BFF;
}
</style>
border-color css
<style>
span { border-color: #273BFF; }
span { border-color: rgb(39,59,255); }
td.TdClassName
{
border-color: #273BFF;
}
.TagClassName
{
border-color: #273BFF;
}
</style>