Shades of Neon Blue #2641F9
Tints of Neon Blue #2641F9
RGB
CMYK
RGB Variations
Color information
#2641F9 (or 0x2641F9) is known color: Neon Blue. HEX triplet: 26, 41 and F9. RGB value is (38,65,249). Sum of RGB (Red+Green+Blue) = 38+65+249=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 249 (97.66% from 255 or 70.74% from 352); Max value from RGB is 249 - color contains mainly: blue. Hex color #2641F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2641F9 is #D9BE06. Grayscale: #4D4D4D. Windows color (decimal): -14269959 or 16335142. OLE color: 16335142.
HSL color Cylindrical-coordinate representation of color #2641F9: hue angle of 232.32º 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 #2641F9 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 65 | 249 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.02 |
| HSL | 232.32º | 0.95% | 0.56% | - |
| HSV(B) | 232.32º | 0.85% | 0.98% | - |
| XYZ | 19.79 | 11.03 | 90.71 | - |
| YUV | 77.9 | 224.55 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 249 | 0.85 | 0.74 | 0 | 0.02 | 232.32 | 0.95 | 0.56 |
| Hex | 26 | 41 | F9 | 55 | 4A | 0 | 2 | E8 | 5F | 38 |
| Octal | 46 | 101 | 371 | 125 | 112 | 0 | 2 | 350 | 137 | 70 |
| Binary | 100110 | 1000001 | 11111001 | 1010101 | 1001010 | 0 | 10 | 11101000 | 1011111 | 111000 |
Color Harmonies of #2641F9
Complementary color
Monochromatic Colors of #2641F9
Black with #2641F9
Text Example
Text Example
White with #2641F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2641F9; }
p { color: rgb(38,65,249); }
H1.HeaderClassName
{
color: #2641F9;
}
.AnyTagClassName
{
color: #2641F9;
}
</style>
background-color css
<style>
a { background-color: #2641F9; }
a { background-color: rgb(38,65,249); }
div.DivClassName
{
background-color: #2641F9;
}
.BgClassName
{
background-color: #2641F9;
}
</style>
border-color css
<style>
span { border-color: #2641F9; }
span { border-color: rgb(38,65,249); }
td.TdClassName
{
border-color: #2641F9;
}
.TagClassName
{
border-color: #2641F9;
}
</style>