Shades of Neon Blue #2649F1
Tints of Neon Blue #2649F1
RGB
CMYK
RGB Variations
Color information
#2649F1 (or 0x2649F1) is known color: Neon Blue. HEX triplet: 26, 49 and F1. RGB value is (38,73,241). Sum of RGB (Red+Green+Blue) = 38+73+241=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #2649F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2649F1 is #D9B60E. Grayscale: #505050. Windows color (decimal): -14267919 or 15812902. OLE color: 15812902.
HSL color Cylindrical-coordinate representation of color #2649F1: hue angle of 229.66º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2649F1 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 73 | 241 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.05 |
| HSL | 229.66º | 0.88% | 0.55% | - |
| HSV(B) | 229.66º | 0.84% | 0.95% | - |
| XYZ | 19.06 | 11.53 | 84.44 | - |
| YUV | 81.69 | 217.9 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 241 | 0.84 | 0.70 | 0 | 0.05 | 229.66 | 0.88 | 0.55 |
| Hex | 26 | 49 | F1 | 54 | 46 | 0 | 5 | E6 | 58 | 37 |
| Octal | 46 | 111 | 361 | 124 | 106 | 0 | 5 | 346 | 130 | 67 |
| Binary | 100110 | 1001001 | 11110001 | 1010100 | 1000110 | 0 | 101 | 11100110 | 1011000 | 110111 |
Color Harmonies of #2649F1
Complementary color
Monochromatic Colors of #2649F1
Black with #2649F1
Text Example
Text Example
White with #2649F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2649F1; }
p { color: rgb(38,73,241); }
H1.HeaderClassName
{
color: #2649F1;
}
.AnyTagClassName
{
color: #2649F1;
}
</style>
background-color css
<style>
a { background-color: #2649F1; }
a { background-color: rgb(38,73,241); }
div.DivClassName
{
background-color: #2649F1;
}
.BgClassName
{
background-color: #2649F1;
}
</style>
border-color css
<style>
span { border-color: #2649F1; }
span { border-color: rgb(38,73,241); }
td.TdClassName
{
border-color: #2649F1;
}
.TagClassName
{
border-color: #2649F1;
}
</style>