Shades of Neon Blue #2748FF
Tints of Neon Blue #2748FF
RGB
CMYK
RGB Variations
Color information
#2748FF (or 0x2748FF) is known color: Neon Blue. HEX triplet: 27, 48 and FF. RGB value is (39,72,255). Sum of RGB (Red+Green+Blue) = 39+72+255=366 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.66% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #2748FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2748FF is #D8B700. Grayscale: #525252. Windows color (decimal): -14202625 or 16730151. OLE color: 16730151.
HSL color Cylindrical-coordinate representation of color #2748FF: hue angle of 230.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2748FF is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 72 | 255 | - |
| CMYK | 0.85 | 0.72 | 0 | 0 |
| HSL | 230.83º | 1% | 0.58% | - |
| HSV(B) | 230.83º | 0.85% | 1% | - |
| XYZ | 21.2 | 12.29 | 95.86 | - |
| YUV | 83 | 225.07 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 255 | 0.85 | 0.72 | 0 | 0 | 230.83 | 1 | 0.58 |
| Hex | 27 | 48 | FF | 55 | 48 | 0 | 0 | E7 | 64 | 3A |
| Octal | 47 | 110 | 377 | 125 | 110 | 0 | 0 | 347 | 144 | 72 |
| Binary | 100111 | 1001000 | 11111111 | 1010101 | 1001000 | 0 | 0 | 11100111 | 1100100 | 111010 |
Color Harmonies of #2748FF
Complementary color
Monochromatic Colors of #2748FF
Black with #2748FF
Text Example
Text Example
White with #2748FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2748FF; }
p { color: rgb(39,72,255); }
H1.HeaderClassName
{
color: #2748FF;
}
.AnyTagClassName
{
color: #2748FF;
}
</style>
background-color css
<style>
a { background-color: #2748FF; }
a { background-color: rgb(39,72,255); }
div.DivClassName
{
background-color: #2748FF;
}
.BgClassName
{
background-color: #2748FF;
}
</style>
border-color css
<style>
span { border-color: #2748FF; }
span { border-color: rgb(39,72,255); }
td.TdClassName
{
border-color: #2748FF;
}
.TagClassName
{
border-color: #2748FF;
}
</style>