Shades of Neon Blue #262FF1
Tints of Neon Blue #262FF1
RGB
CMYK
RGB Variations
Color information
#262FF1 (or 0x262FF1) is known color: Neon Blue. HEX triplet: 26, 2F and F1. RGB value is (38,47,241). Sum of RGB (Red+Green+Blue) = 38+47+241=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 241 (94.53% from 255 or 73.93% from 326); Max value from RGB is 241 - color contains mainly: blue. Hex color #262FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #262FF1 is #D9D00E. Grayscale: #414141. Windows color (decimal): -14274575 or 15806246. OLE color: 15806246.
HSL color Cylindrical-coordinate representation of color #262FF1: hue angle of 237.34º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #262FF1 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 47 | 241 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.05 |
| HSL | 237.34º | 0.88% | 0.55% | - |
| HSV(B) | 237.34º | 0.84% | 0.95% | - |
| XYZ | 17.69 | 8.8 | 83.98 | - |
| YUV | 66.43 | 226.52 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 241 | 0.84 | 0.80 | 0 | 0.05 | 237.34 | 0.88 | 0.55 |
| Hex | 26 | 2F | F1 | 54 | 50 | 0 | 5 | ED | 58 | 37 |
| Octal | 46 | 57 | 361 | 124 | 120 | 0 | 5 | 355 | 130 | 67 |
| Binary | 100110 | 101111 | 11110001 | 1010100 | 1010000 | 0 | 101 | 11101101 | 1011000 | 110111 |
Color Harmonies of #262FF1
Complementary color
Monochromatic Colors of #262FF1
Black with #262FF1
Text Example
Text Example
White with #262FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262FF1; }
p { color: rgb(38,47,241); }
H1.HeaderClassName
{
color: #262FF1;
}
.AnyTagClassName
{
color: #262FF1;
}
</style>
background-color css
<style>
a { background-color: #262FF1; }
a { background-color: rgb(38,47,241); }
div.DivClassName
{
background-color: #262FF1;
}
.BgClassName
{
background-color: #262FF1;
}
</style>
border-color css
<style>
span { border-color: #262FF1; }
span { border-color: rgb(38,47,241); }
td.TdClassName
{
border-color: #262FF1;
}
.TagClassName
{
border-color: #262FF1;
}
</style>