Shades of Neon Blue #273EFC
Tints of Neon Blue #273EFC
RGB
CMYK
RGB Variations
Color information
#273EFC (or 0x273EFC) is known color: Neon Blue. HEX triplet: 27, 3E and FC. RGB value is (39,62,252). Sum of RGB (Red+Green+Blue) = 39+62+252=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #273EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273EFC is #D8C103. Grayscale: #4C4C4C. Windows color (decimal): -14205188 or 16530983. OLE color: 16530983.
HSL color Cylindrical-coordinate representation of color #273EFC: hue angle of 233.52º 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 #273EFC is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 62 | 252 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.01 |
| HSL | 233.52º | 0.97% | 0.57% | - |
| HSV(B) | 233.52º | 0.85% | 0.99% | - |
| XYZ | 20.13 | 10.9 | 93.14 | - |
| YUV | 76.78 | 226.88 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 252 | 0.85 | 0.75 | 0 | 0.01 | 233.52 | 0.97 | 0.57 |
| Hex | 27 | 3E | FC | 55 | 4B | 0 | 1 | EA | 61 | 39 |
| Octal | 47 | 76 | 374 | 125 | 113 | 0 | 1 | 352 | 141 | 71 |
| Binary | 100111 | 111110 | 11111100 | 1010101 | 1001011 | 0 | 1 | 11101010 | 1100001 | 111001 |
Color Harmonies of #273EFC
Complementary color
Monochromatic Colors of #273EFC
Black with #273EFC
Text Example
Text Example
White with #273EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273EFC; }
p { color: rgb(39,62,252); }
H1.HeaderClassName
{
color: #273EFC;
}
.AnyTagClassName
{
color: #273EFC;
}
</style>
background-color css
<style>
a { background-color: #273EFC; }
a { background-color: rgb(39,62,252); }
div.DivClassName
{
background-color: #273EFC;
}
.BgClassName
{
background-color: #273EFC;
}
</style>
border-color css
<style>
span { border-color: #273EFC; }
span { border-color: rgb(39,62,252); }
td.TdClassName
{
border-color: #273EFC;
}
.TagClassName
{
border-color: #273EFC;
}
</style>