Shades of Neon Blue #2647FA
Tints of Neon Blue #2647FA
RGB
CMYK
RGB Variations
Color information
#2647FA (or 0x2647FA) is known color: Neon Blue. HEX triplet: 26, 47 and FA. RGB value is (38,71,250). Sum of RGB (Red+Green+Blue) = 38+71+250=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #2647FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2647FA is #D9B805. Grayscale: #505050. Windows color (decimal): -14268422 or 16402214. OLE color: 16402214.
HSL color Cylindrical-coordinate representation of color #2647FA: hue angle of 230.66º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2647FA is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 71 | 250 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.02 |
| HSL | 230.66º | 0.95% | 0.56% | - |
| HSV(B) | 230.66º | 0.85% | 0.98% | - |
| XYZ | 20.31 | 11.82 | 91.65 | - |
| YUV | 81.54 | 223.07 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 250 | 0.85 | 0.72 | 0 | 0.02 | 230.66 | 0.95 | 0.56 |
| Hex | 26 | 47 | FA | 55 | 48 | 0 | 2 | E7 | 5F | 38 |
| Octal | 46 | 107 | 372 | 125 | 110 | 0 | 2 | 347 | 137 | 70 |
| Binary | 100110 | 1000111 | 11111010 | 1010101 | 1001000 | 0 | 10 | 11100111 | 1011111 | 111000 |
Color Harmonies of #2647FA
Complementary color
Monochromatic Colors of #2647FA
Black with #2647FA
Text Example
Text Example
White with #2647FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2647FA; }
p { color: rgb(38,71,250); }
H1.HeaderClassName
{
color: #2647FA;
}
.AnyTagClassName
{
color: #2647FA;
}
</style>
background-color css
<style>
a { background-color: #2647FA; }
a { background-color: rgb(38,71,250); }
div.DivClassName
{
background-color: #2647FA;
}
.BgClassName
{
background-color: #2647FA;
}
</style>
border-color css
<style>
span { border-color: #2647FA; }
span { border-color: rgb(38,71,250); }
td.TdClassName
{
border-color: #2647FA;
}
.TagClassName
{
border-color: #2647FA;
}
</style>