Shades of Neon Blue #262EF6
Tints of Neon Blue #262EF6
RGB
CMYK
RGB Variations
Color information
#262EF6 (or 0x262EF6) is known color: Neon Blue. HEX triplet: 26, 2E and F6. RGB value is (38,46,246). Sum of RGB (Red+Green+Blue) = 38+46+246=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 246 (96.48% from 255 or 74.55% from 330); Max value from RGB is 246 - color contains mainly: blue. Hex color #262EF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #262EF6 is #D9D109. Grayscale: #414141. Windows color (decimal): -14274826 or 16133670. OLE color: 16133670.
HSL color Cylindrical-coordinate representation of color #262EF6: hue angle of 237.69º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #262EF6 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 46 | 246 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.04 |
| HSL | 237.69º | 0.92% | 0.56% | - |
| HSV(B) | 237.69º | 0.85% | 0.96% | - |
| XYZ | 18.41 | 9.02 | 87.96 | - |
| YUV | 66.41 | 229.35 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 246 | 0.85 | 0.81 | 0 | 0.04 | 237.69 | 0.92 | 0.56 |
| Hex | 26 | 2E | F6 | 55 | 51 | 0 | 4 | EE | 5C | 38 |
| Octal | 46 | 56 | 366 | 125 | 121 | 0 | 4 | 356 | 134 | 70 |
| Binary | 100110 | 101110 | 11110110 | 1010101 | 1010001 | 0 | 100 | 11101110 | 1011100 | 111000 |
Color Harmonies of #262EF6
Complementary color
Monochromatic Colors of #262EF6
Black with #262EF6
Text Example
Text Example
White with #262EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262EF6; }
p { color: rgb(38,46,246); }
H1.HeaderClassName
{
color: #262EF6;
}
.AnyTagClassName
{
color: #262EF6;
}
</style>
background-color css
<style>
a { background-color: #262EF6; }
a { background-color: rgb(38,46,246); }
div.DivClassName
{
background-color: #262EF6;
}
.BgClassName
{
background-color: #262EF6;
}
</style>
border-color css
<style>
span { border-color: #262EF6; }
span { border-color: rgb(38,46,246); }
td.TdClassName
{
border-color: #262EF6;
}
.TagClassName
{
border-color: #262EF6;
}
</style>