Shades of Neon Blue #2748F5
Tints of Neon Blue #2748F5
RGB
CMYK
RGB Variations
Color information
#2748F5 (or 0x2748F5) is known color: Neon Blue. HEX triplet: 27, 48 and F5. RGB value is (39,72,245). Sum of RGB (Red+Green+Blue) = 39+72+245=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 245 (96.09% from 255 or 68.82% from 356); Max value from RGB is 245 - color contains mainly: blue. Hex color #2748F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2748F5 is #D8B70A. Grayscale: #515151. Windows color (decimal): -14202635 or 16074791. OLE color: 16074791.
HSL color Cylindrical-coordinate representation of color #2748F5: hue angle of 230.39º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2748F5 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 72 | 245 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.04 |
| HSL | 230.39º | 0.91% | 0.56% | - |
| HSV(B) | 230.39º | 0.84% | 0.96% | - |
| XYZ | 19.64 | 11.66 | 87.6 | - |
| YUV | 81.86 | 220.07 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 245 | 0.84 | 0.71 | 0 | 0.04 | 230.39 | 0.91 | 0.56 |
| Hex | 27 | 48 | F5 | 54 | 47 | 0 | 4 | E6 | 5B | 38 |
| Octal | 47 | 110 | 365 | 124 | 107 | 0 | 4 | 346 | 133 | 70 |
| Binary | 100111 | 1001000 | 11110101 | 1010100 | 1000111 | 0 | 100 | 11100110 | 1011011 | 111000 |
Color Harmonies of #2748F5
Complementary color
Monochromatic Colors of #2748F5
Black with #2748F5
Text Example
Text Example
White with #2748F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2748F5; }
p { color: rgb(39,72,245); }
H1.HeaderClassName
{
color: #2748F5;
}
.AnyTagClassName
{
color: #2748F5;
}
</style>
background-color css
<style>
a { background-color: #2748F5; }
a { background-color: rgb(39,72,245); }
div.DivClassName
{
background-color: #2748F5;
}
.BgClassName
{
background-color: #2748F5;
}
</style>
border-color css
<style>
span { border-color: #2748F5; }
span { border-color: rgb(39,72,245); }
td.TdClassName
{
border-color: #2748F5;
}
.TagClassName
{
border-color: #2748F5;
}
</style>