Shades of Neon Blue #2639FD
Tints of Neon Blue #2639FD
RGB
CMYK
RGB Variations
Color information
#2639FD (or 0x2639FD) is known color: Neon Blue. HEX triplet: 26, 39 and FD. RGB value is (38,57,253). Sum of RGB (Red+Green+Blue) = 38+57+253=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #2639FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2639FD is #D9C602. Grayscale: #484848. Windows color (decimal): -14272003 or 16595238. OLE color: 16595238.
HSL color Cylindrical-coordinate representation of color #2639FD: hue angle of 234.7º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2639FD is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 57 | 253 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.01 |
| HSL | 234.7º | 0.98% | 0.57% | - |
| HSV(B) | 234.7º | 0.85% | 0.99% | - |
| XYZ | 19.99 | 10.43 | 93.89 | - |
| YUV | 73.66 | 229.21 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 253 | 0.85 | 0.77 | 0 | 0.01 | 234.7 | 0.98 | 0.57 |
| Hex | 26 | 39 | FD | 55 | 4D | 0 | 1 | EB | 62 | 39 |
| Octal | 46 | 71 | 375 | 125 | 115 | 0 | 1 | 353 | 142 | 71 |
| Binary | 100110 | 111001 | 11111101 | 1010101 | 1001101 | 0 | 1 | 11101011 | 1100010 | 111001 |
Color Harmonies of #2639FD
Complementary color
Monochromatic Colors of #2639FD
Black with #2639FD
Text Example
Text Example
White with #2639FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2639FD; }
p { color: rgb(38,57,253); }
H1.HeaderClassName
{
color: #2639FD;
}
.AnyTagClassName
{
color: #2639FD;
}
</style>
background-color css
<style>
a { background-color: #2639FD; }
a { background-color: rgb(38,57,253); }
div.DivClassName
{
background-color: #2639FD;
}
.BgClassName
{
background-color: #2639FD;
}
</style>
border-color css
<style>
span { border-color: #2639FD; }
span { border-color: rgb(38,57,253); }
td.TdClassName
{
border-color: #2639FD;
}
.TagClassName
{
border-color: #2639FD;
}
</style>