Shades of Neon Blue #2641FA
Tints of Neon Blue #2641FA
RGB
CMYK
RGB Variations
Color information
#2641FA (or 0x2641FA) is known color: Neon Blue. HEX triplet: 26, 41 and FA. RGB value is (38,65,250). Sum of RGB (Red+Green+Blue) = 38+65+250=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #2641FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2641FA is #D9BE05. Grayscale: #4D4D4D. Windows color (decimal): -14269958 or 16400678. OLE color: 16400678.
HSL color Cylindrical-coordinate representation of color #2641FA: hue angle of 232.36º 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 #2641FA is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 65 | 250 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.02 |
| HSL | 232.36º | 0.95% | 0.56% | - |
| HSV(B) | 232.36º | 0.85% | 0.98% | - |
| XYZ | 19.94 | 11.09 | 91.53 | - |
| YUV | 78.02 | 225.05 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 250 | 0.85 | 0.74 | 0 | 0.02 | 232.36 | 0.95 | 0.56 |
| Hex | 26 | 41 | FA | 55 | 4A | 0 | 2 | E8 | 5F | 38 |
| Octal | 46 | 101 | 372 | 125 | 112 | 0 | 2 | 350 | 137 | 70 |
| Binary | 100110 | 1000001 | 11111010 | 1010101 | 1001010 | 0 | 10 | 11101000 | 1011111 | 111000 |
Color Harmonies of #2641FA
Complementary color
Monochromatic Colors of #2641FA
Black with #2641FA
Text Example
Text Example
White with #2641FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2641FA; }
p { color: rgb(38,65,250); }
H1.HeaderClassName
{
color: #2641FA;
}
.AnyTagClassName
{
color: #2641FA;
}
</style>
background-color css
<style>
a { background-color: #2641FA; }
a { background-color: rgb(38,65,250); }
div.DivClassName
{
background-color: #2641FA;
}
.BgClassName
{
background-color: #2641FA;
}
</style>
border-color css
<style>
span { border-color: #2641FA; }
span { border-color: rgb(38,65,250); }
td.TdClassName
{
border-color: #2641FA;
}
.TagClassName
{
border-color: #2641FA;
}
</style>