Shades of Neon Blue #273CFE
Tints of Neon Blue #273CFE
RGB
CMYK
RGB Variations
Color information
#273CFE (or 0x273CFE) is known color: Neon Blue. HEX triplet: 27, 3C and FE. RGB value is (39,60,254). Sum of RGB (Red+Green+Blue) = 39+60+254=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #273CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273CFE is #D8C301. Grayscale: #4B4B4B. Windows color (decimal): -14205698 or 16661543. OLE color: 16661543.
HSL color Cylindrical-coordinate representation of color #273CFE: hue angle of 234.14º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #273CFE is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 60 | 254 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.00 |
| HSL | 234.14º | 0.99% | 0.57% | - |
| HSV(B) | 234.14º | 0.85% | 1% | - |
| XYZ | 20.34 | 10.82 | 94.78 | - |
| YUV | 75.84 | 228.54 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 254 | 0.85 | 0.76 | 0 | 0.00 | 234.14 | 0.99 | 0.57 |
| Hex | 27 | 3C | FE | 55 | 4C | 0 | 0 | EA | 63 | 39 |
| Octal | 47 | 74 | 376 | 125 | 114 | 0 | 0 | 352 | 143 | 71 |
| Binary | 100111 | 111100 | 11111110 | 1010101 | 1001100 | 0 | 0 | 11101010 | 1100011 | 111001 |
Color Harmonies of #273CFE
Complementary color
Monochromatic Colors of #273CFE
Black with #273CFE
Text Example
Text Example
White with #273CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273CFE; }
p { color: rgb(39,60,254); }
H1.HeaderClassName
{
color: #273CFE;
}
.AnyTagClassName
{
color: #273CFE;
}
</style>
background-color css
<style>
a { background-color: #273CFE; }
a { background-color: rgb(39,60,254); }
div.DivClassName
{
background-color: #273CFE;
}
.BgClassName
{
background-color: #273CFE;
}
</style>
border-color css
<style>
span { border-color: #273CFE; }
span { border-color: rgb(39,60,254); }
td.TdClassName
{
border-color: #273CFE;
}
.TagClassName
{
border-color: #273CFE;
}
</style>