Shades of Neon Blue #273AF8
Tints of Neon Blue #273AF8
RGB
CMYK
RGB Variations
Color information
#273AF8 (or 0x273AF8) is known color: Neon Blue. HEX triplet: 27, 3A and F8. RGB value is (39,58,248). Sum of RGB (Red+Green+Blue) = 39+58+248=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 248 (97.27% from 255 or 71.88% from 345); Max value from RGB is 248 - color contains mainly: blue. Hex color #273AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273AF8 is #D8C507. Grayscale: #494949. Windows color (decimal): -14206216 or 16267815. OLE color: 16267815.
HSL color Cylindrical-coordinate representation of color #273AF8: hue angle of 234.55º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #273AF8 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 58 | 248 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.03 |
| HSL | 234.55º | 0.94% | 0.56% | - |
| HSV(B) | 234.55º | 0.84% | 0.97% | - |
| XYZ | 19.29 | 10.23 | 89.77 | - |
| YUV | 73.98 | 226.21 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 248 | 0.84 | 0.77 | 0 | 0.03 | 234.55 | 0.94 | 0.56 |
| Hex | 27 | 3A | F8 | 54 | 4D | 0 | 3 | EB | 5E | 38 |
| Octal | 47 | 72 | 370 | 124 | 115 | 0 | 3 | 353 | 136 | 70 |
| Binary | 100111 | 111010 | 11111000 | 1010100 | 1001101 | 0 | 11 | 11101011 | 1011110 | 111000 |
Color Harmonies of #273AF8
Complementary color
Monochromatic Colors of #273AF8
Black with #273AF8
Text Example
Text Example
White with #273AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273AF8; }
p { color: rgb(39,58,248); }
H1.HeaderClassName
{
color: #273AF8;
}
.AnyTagClassName
{
color: #273AF8;
}
</style>
background-color css
<style>
a { background-color: #273AF8; }
a { background-color: rgb(39,58,248); }
div.DivClassName
{
background-color: #273AF8;
}
.BgClassName
{
background-color: #273AF8;
}
</style>
border-color css
<style>
span { border-color: #273AF8; }
span { border-color: rgb(39,58,248); }
td.TdClassName
{
border-color: #273AF8;
}
.TagClassName
{
border-color: #273AF8;
}
</style>