Shades of Neon Blue #273CFA
Tints of Neon Blue #273CFA
RGB
CMYK
RGB Variations
Color information
#273CFA (or 0x273CFA) is known color: Neon Blue. HEX triplet: 27, 3C and FA. RGB value is (39,60,250). Sum of RGB (Red+Green+Blue) = 39+60+250=349 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.17% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #273CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273CFA is #D8C305. Grayscale: #4A4A4A. Windows color (decimal): -14205702 or 16399399. OLE color: 16399399.
HSL color Cylindrical-coordinate representation of color #273CFA: hue angle of 234.03º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #273CFA is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 60 | 250 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.02 |
| HSL | 234.03º | 0.95% | 0.57% | - |
| HSV(B) | 234.03º | 0.84% | 0.98% | - |
| XYZ | 19.71 | 10.57 | 91.44 | - |
| YUV | 75.38 | 226.54 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 250 | 0.84 | 0.76 | 0 | 0.02 | 234.03 | 0.95 | 0.57 |
| Hex | 27 | 3C | FA | 54 | 4C | 0 | 2 | EA | 5F | 39 |
| Octal | 47 | 74 | 372 | 124 | 114 | 0 | 2 | 352 | 137 | 71 |
| Binary | 100111 | 111100 | 11111010 | 1010100 | 1001100 | 0 | 10 | 11101010 | 1011111 | 111001 |
Color Harmonies of #273CFA
Complementary color
Monochromatic Colors of #273CFA
Black with #273CFA
Text Example
Text Example
White with #273CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273CFA; }
p { color: rgb(39,60,250); }
H1.HeaderClassName
{
color: #273CFA;
}
.AnyTagClassName
{
color: #273CFA;
}
</style>
background-color css
<style>
a { background-color: #273CFA; }
a { background-color: rgb(39,60,250); }
div.DivClassName
{
background-color: #273CFA;
}
.BgClassName
{
background-color: #273CFA;
}
</style>
border-color css
<style>
span { border-color: #273CFA; }
span { border-color: rgb(39,60,250); }
td.TdClassName
{
border-color: #273CFA;
}
.TagClassName
{
border-color: #273CFA;
}
</style>