Shades of Neon Blue #2641FE
Tints of Neon Blue #2641FE
RGB
CMYK
RGB Variations
Color information
#2641FE (or 0x2641FE) is known color: Neon Blue. HEX triplet: 26, 41 and FE. RGB value is (38,65,254). Sum of RGB (Red+Green+Blue) = 38+65+254=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #2641FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2641FE is #D9BE01. Grayscale: #4D4D4D. Windows color (decimal): -14269954 or 16662822. OLE color: 16662822.
HSL color Cylindrical-coordinate representation of color #2641FE: hue angle of 232.5º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2641FE is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 65 | 254 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.00 |
| HSL | 232.5º | 0.99% | 0.57% | - |
| HSV(B) | 232.5º | 0.85% | 1% | - |
| XYZ | 20.58 | 11.35 | 94.87 | - |
| YUV | 78.47 | 227.05 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 254 | 0.85 | 0.74 | 0 | 0.00 | 232.5 | 0.99 | 0.57 |
| Hex | 26 | 41 | FE | 55 | 4A | 0 | 0 | E8 | 63 | 39 |
| Octal | 46 | 101 | 376 | 125 | 112 | 0 | 0 | 350 | 143 | 71 |
| Binary | 100110 | 1000001 | 11111110 | 1010101 | 1001010 | 0 | 0 | 11101000 | 1100011 | 111001 |
Color Harmonies of #2641FE
Complementary color
Monochromatic Colors of #2641FE
Black with #2641FE
Text Example
Text Example
White with #2641FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2641FE; }
p { color: rgb(38,65,254); }
H1.HeaderClassName
{
color: #2641FE;
}
.AnyTagClassName
{
color: #2641FE;
}
</style>
background-color css
<style>
a { background-color: #2641FE; }
a { background-color: rgb(38,65,254); }
div.DivClassName
{
background-color: #2641FE;
}
.BgClassName
{
background-color: #2641FE;
}
</style>
border-color css
<style>
span { border-color: #2641FE; }
span { border-color: rgb(38,65,254); }
td.TdClassName
{
border-color: #2641FE;
}
.TagClassName
{
border-color: #2641FE;
}
</style>