Shades of Neon Blue #273BFC
Tints of Neon Blue #273BFC
RGB
CMYK
RGB Variations
Color information
#273BFC (or 0x273BFC) is known color: Neon Blue. HEX triplet: 27, 3B and FC. RGB value is (39,59,252). Sum of RGB (Red+Green+Blue) = 39+59+252=350 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.14% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #273BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273BFC is #D8C403. Grayscale: #4A4A4A. Windows color (decimal): -14205956 or 16530215. OLE color: 16530215.
HSL color Cylindrical-coordinate representation of color #273BFC: hue angle of 234.37º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #273BFC is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 59 | 252 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.01 |
| HSL | 234.37º | 0.97% | 0.57% | - |
| HSV(B) | 234.37º | 0.85% | 0.99% | - |
| XYZ | 19.97 | 10.59 | 93.09 | - |
| YUV | 75.02 | 227.87 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 252 | 0.85 | 0.77 | 0 | 0.01 | 234.37 | 0.97 | 0.57 |
| Hex | 27 | 3B | FC | 55 | 4D | 0 | 1 | EA | 61 | 39 |
| Octal | 47 | 73 | 374 | 125 | 115 | 0 | 1 | 352 | 141 | 71 |
| Binary | 100111 | 111011 | 11111100 | 1010101 | 1001101 | 0 | 1 | 11101010 | 1100001 | 111001 |
Color Harmonies of #273BFC
Complementary color
Monochromatic Colors of #273BFC
Black with #273BFC
Text Example
Text Example
White with #273BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273BFC; }
p { color: rgb(39,59,252); }
H1.HeaderClassName
{
color: #273BFC;
}
.AnyTagClassName
{
color: #273BFC;
}
</style>
background-color css
<style>
a { background-color: #273BFC; }
a { background-color: rgb(39,59,252); }
div.DivClassName
{
background-color: #273BFC;
}
.BgClassName
{
background-color: #273BFC;
}
</style>
border-color css
<style>
span { border-color: #273BFC; }
span { border-color: rgb(39,59,252); }
td.TdClassName
{
border-color: #273BFC;
}
.TagClassName
{
border-color: #273BFC;
}
</style>