Shades of Neon Blue #2748F8
Tints of Neon Blue #2748F8
RGB
CMYK
RGB Variations
Color information
#2748F8 (or 0x2748F8) is known color: Neon Blue. HEX triplet: 27, 48 and F8. RGB value is (39,72,248). Sum of RGB (Red+Green+Blue) = 39+72+248=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 248 (97.27% from 255 or 69.08% from 359); Max value from RGB is 248 - color contains mainly: blue. Hex color #2748F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2748F8 is #D8B707. Grayscale: #515151. Windows color (decimal): -14202632 or 16271399. OLE color: 16271399.
HSL color Cylindrical-coordinate representation of color #2748F8: hue angle of 230.53º 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 #2748F8 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 72 | 248 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.03 |
| HSL | 230.53º | 0.94% | 0.56% | - |
| HSV(B) | 230.53º | 0.84% | 0.97% | - |
| XYZ | 20.1 | 11.84 | 90.03 | - |
| YUV | 82.2 | 221.57 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 248 | 0.84 | 0.71 | 0 | 0.03 | 230.53 | 0.94 | 0.56 |
| Hex | 27 | 48 | F8 | 54 | 47 | 0 | 3 | E7 | 5E | 38 |
| Octal | 47 | 110 | 370 | 124 | 107 | 0 | 3 | 347 | 136 | 70 |
| Binary | 100111 | 1001000 | 11111000 | 1010100 | 1000111 | 0 | 11 | 11100111 | 1011110 | 111000 |
Color Harmonies of #2748F8
Complementary color
Monochromatic Colors of #2748F8
Black with #2748F8
Text Example
Text Example
White with #2748F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2748F8; }
p { color: rgb(39,72,248); }
H1.HeaderClassName
{
color: #2748F8;
}
.AnyTagClassName
{
color: #2748F8;
}
</style>
background-color css
<style>
a { background-color: #2748F8; }
a { background-color: rgb(39,72,248); }
div.DivClassName
{
background-color: #2748F8;
}
.BgClassName
{
background-color: #2748F8;
}
</style>
border-color css
<style>
span { border-color: #2748F8; }
span { border-color: rgb(39,72,248); }
td.TdClassName
{
border-color: #2748F8;
}
.TagClassName
{
border-color: #2748F8;
}
</style>