Shades of Neon Blue #2637FA
Tints of Neon Blue #2637FA
RGB
CMYK
RGB Variations
Color information
#2637FA (or 0x2637FA) is known color: Neon Blue. HEX triplet: 26, 37 and FA. RGB value is (38,55,250). Sum of RGB (Red+Green+Blue) = 38+55+250=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #2637FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2637FA is #D9C805. Grayscale: #474747. Windows color (decimal): -14272518 or 16398118. OLE color: 16398118.
HSL color Cylindrical-coordinate representation of color #2637FA: hue angle of 235.19º 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 #2637FA is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 55 | 250 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.02 |
| HSL | 235.19º | 0.95% | 0.56% | - |
| HSV(B) | 235.19º | 0.85% | 0.98% | - |
| XYZ | 19.42 | 10.05 | 91.36 | - |
| YUV | 72.15 | 228.37 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 55 | 250 | 0.85 | 0.78 | 0 | 0.02 | 235.19 | 0.95 | 0.56 |
| Hex | 26 | 37 | FA | 55 | 4E | 0 | 2 | EB | 5F | 38 |
| Octal | 46 | 67 | 372 | 125 | 116 | 0 | 2 | 353 | 137 | 70 |
| Binary | 100110 | 110111 | 11111010 | 1010101 | 1001110 | 0 | 10 | 11101011 | 1011111 | 111000 |
Color Harmonies of #2637FA
Complementary color
Monochromatic Colors of #2637FA
Black with #2637FA
Text Example
Text Example
White with #2637FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2637FA; }
p { color: rgb(38,55,250); }
H1.HeaderClassName
{
color: #2637FA;
}
.AnyTagClassName
{
color: #2637FA;
}
</style>
background-color css
<style>
a { background-color: #2637FA; }
a { background-color: rgb(38,55,250); }
div.DivClassName
{
background-color: #2637FA;
}
.BgClassName
{
background-color: #2637FA;
}
</style>
border-color css
<style>
span { border-color: #2637FA; }
span { border-color: rgb(38,55,250); }
td.TdClassName
{
border-color: #2637FA;
}
.TagClassName
{
border-color: #2637FA;
}
</style>