Shades of Neon Blue #2748FA
Tints of Neon Blue #2748FA
RGB
CMYK
RGB Variations
Color information
#2748FA (or 0x2748FA) is known color: Neon Blue. HEX triplet: 27, 48 and FA. RGB value is (39,72,250). Sum of RGB (Red+Green+Blue) = 39+72+250=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #2748FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2748FA is #D8B705. Grayscale: #515151. Windows color (decimal): -14202630 or 16402471. OLE color: 16402471.
HSL color Cylindrical-coordinate representation of color #2748FA: hue angle of 230.62º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2748FA is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 72 | 250 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.02 |
| HSL | 230.62º | 0.95% | 0.57% | - |
| HSV(B) | 230.62º | 0.84% | 0.98% | - |
| XYZ | 20.41 | 11.97 | 91.68 | - |
| YUV | 82.43 | 222.57 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 250 | 0.84 | 0.71 | 0 | 0.02 | 230.62 | 0.95 | 0.57 |
| Hex | 27 | 48 | FA | 54 | 47 | 0 | 2 | E7 | 5F | 39 |
| Octal | 47 | 110 | 372 | 124 | 107 | 0 | 2 | 347 | 137 | 71 |
| Binary | 100111 | 1001000 | 11111010 | 1010100 | 1000111 | 0 | 10 | 11100111 | 1011111 | 111001 |
Color Harmonies of #2748FA
Complementary color
Monochromatic Colors of #2748FA
Black with #2748FA
Text Example
Text Example
White with #2748FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2748FA; }
p { color: rgb(39,72,250); }
H1.HeaderClassName
{
color: #2748FA;
}
.AnyTagClassName
{
color: #2748FA;
}
</style>
background-color css
<style>
a { background-color: #2748FA; }
a { background-color: rgb(39,72,250); }
div.DivClassName
{
background-color: #2748FA;
}
.BgClassName
{
background-color: #2748FA;
}
</style>
border-color css
<style>
span { border-color: #2748FA; }
span { border-color: rgb(39,72,250); }
td.TdClassName
{
border-color: #2748FA;
}
.TagClassName
{
border-color: #2748FA;
}
</style>