Shades of Neon Blue #2648FE
Tints of Neon Blue #2648FE
RGB
CMYK
RGB Variations
Color information
#2648FE (or 0x2648FE) is known color: Neon Blue. HEX triplet: 26, 48 and FE. RGB value is (38,72,254). Sum of RGB (Red+Green+Blue) = 38+72+254=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #2648FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2648FE is #D9B701. Grayscale: #515151. Windows color (decimal): -14268162 or 16664614. OLE color: 16664614.
HSL color Cylindrical-coordinate representation of color #2648FE: hue angle of 230.56º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2648FE is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 72 | 254 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.00 |
| HSL | 230.56º | 0.99% | 0.57% | - |
| HSV(B) | 230.56º | 0.85% | 1% | - |
| XYZ | 21.01 | 12.2 | 95.01 | - |
| YUV | 82.58 | 224.74 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 254 | 0.85 | 0.72 | 0 | 0.00 | 230.56 | 0.99 | 0.57 |
| Hex | 26 | 48 | FE | 55 | 48 | 0 | 0 | E7 | 63 | 39 |
| Octal | 46 | 110 | 376 | 125 | 110 | 0 | 0 | 347 | 143 | 71 |
| Binary | 100110 | 1001000 | 11111110 | 1010101 | 1001000 | 0 | 0 | 11100111 | 1100011 | 111001 |
Color Harmonies of #2648FE
Complementary color
Monochromatic Colors of #2648FE
Black with #2648FE
Text Example
Text Example
White with #2648FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2648FE; }
p { color: rgb(38,72,254); }
H1.HeaderClassName
{
color: #2648FE;
}
.AnyTagClassName
{
color: #2648FE;
}
</style>
background-color css
<style>
a { background-color: #2648FE; }
a { background-color: rgb(38,72,254); }
div.DivClassName
{
background-color: #2648FE;
}
.BgClassName
{
background-color: #2648FE;
}
</style>
border-color css
<style>
span { border-color: #2648FE; }
span { border-color: rgb(38,72,254); }
td.TdClassName
{
border-color: #2648FE;
}
.TagClassName
{
border-color: #2648FE;
}
</style>