Shades of Neon Blue #273FF8
Tints of Neon Blue #273FF8
RGB
CMYK
RGB Variations
Color information
#273FF8 (or 0x273FF8) is known color: Neon Blue. HEX triplet: 27, 3F and F8. RGB value is (39,63,248). Sum of RGB (Red+Green+Blue) = 39+63+248=350 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.14% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 248 (97.27% from 255 or 70.86% from 350); Max value from RGB is 248 - color contains mainly: blue. Hex color #273FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273FF8 is #D8C007. Grayscale: #4C4C4C. Windows color (decimal): -14204936 or 16269095. OLE color: 16269095.
HSL color Cylindrical-coordinate representation of color #273FF8: hue angle of 233.11º 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 #273FF8 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 63 | 248 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.03 |
| HSL | 233.11º | 0.94% | 0.56% | - |
| HSV(B) | 233.11º | 0.84% | 0.97% | - |
| XYZ | 19.56 | 10.76 | 89.85 | - |
| YUV | 76.91 | 224.55 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 248 | 0.84 | 0.75 | 0 | 0.03 | 233.11 | 0.94 | 0.56 |
| Hex | 27 | 3F | F8 | 54 | 4B | 0 | 3 | E9 | 5E | 38 |
| Octal | 47 | 77 | 370 | 124 | 113 | 0 | 3 | 351 | 136 | 70 |
| Binary | 100111 | 111111 | 11111000 | 1010100 | 1001011 | 0 | 11 | 11101001 | 1011110 | 111000 |
Color Harmonies of #273FF8
Complementary color
Monochromatic Colors of #273FF8
Black with #273FF8
Text Example
Text Example
White with #273FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273FF8; }
p { color: rgb(39,63,248); }
H1.HeaderClassName
{
color: #273FF8;
}
.AnyTagClassName
{
color: #273FF8;
}
</style>
background-color css
<style>
a { background-color: #273FF8; }
a { background-color: rgb(39,63,248); }
div.DivClassName
{
background-color: #273FF8;
}
.BgClassName
{
background-color: #273FF8;
}
</style>
border-color css
<style>
span { border-color: #273FF8; }
span { border-color: rgb(39,63,248); }
td.TdClassName
{
border-color: #273FF8;
}
.TagClassName
{
border-color: #273FF8;
}
</style>