Shades of Neon Blue #2630FA
Tints of Neon Blue #2630FA
RGB
CMYK
RGB Variations
Color information
#2630FA (or 0x2630FA) is known color: Neon Blue. HEX triplet: 26, 30 and FA. RGB value is (38,48,250). Sum of RGB (Red+Green+Blue) = 38+48+250=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 250 (98.05% from 255 or 74.40% from 336); Max value from RGB is 250 - color contains mainly: blue. Hex color #2630FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2630FA is #D9CF05. Grayscale: #434343. Windows color (decimal): -14274310 or 16396326. OLE color: 16396326.
HSL color Cylindrical-coordinate representation of color #2630FA: hue angle of 237.17º 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 #2630FA is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 48 | 250 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.02 |
| HSL | 237.17º | 0.95% | 0.56% | - |
| HSV(B) | 237.17º | 0.85% | 0.98% | - |
| XYZ | 19.11 | 9.43 | 91.25 | - |
| YUV | 68.04 | 230.69 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 250 | 0.85 | 0.81 | 0 | 0.02 | 237.17 | 0.95 | 0.56 |
| Hex | 26 | 30 | FA | 55 | 51 | 0 | 2 | ED | 5F | 38 |
| Octal | 46 | 60 | 372 | 125 | 121 | 0 | 2 | 355 | 137 | 70 |
| Binary | 100110 | 110000 | 11111010 | 1010101 | 1010001 | 0 | 10 | 11101101 | 1011111 | 111000 |
Color Harmonies of #2630FA
Complementary color
Monochromatic Colors of #2630FA
Black with #2630FA
Text Example
Text Example
White with #2630FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2630FA; }
p { color: rgb(38,48,250); }
H1.HeaderClassName
{
color: #2630FA;
}
.AnyTagClassName
{
color: #2630FA;
}
</style>
background-color css
<style>
a { background-color: #2630FA; }
a { background-color: rgb(38,48,250); }
div.DivClassName
{
background-color: #2630FA;
}
.BgClassName
{
background-color: #2630FA;
}
</style>
border-color css
<style>
span { border-color: #2630FA; }
span { border-color: rgb(38,48,250); }
td.TdClassName
{
border-color: #2630FA;
}
.TagClassName
{
border-color: #2630FA;
}
</style>