Shades of Neon Blue #262FF0
Tints of Neon Blue #262FF0
RGB
CMYK
RGB Variations
Color information
#262FF0 (or 0x262FF0) is known color: Neon Blue. HEX triplet: 26, 2F and F0. RGB value is (38,47,240). Sum of RGB (Red+Green+Blue) = 38+47+240=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 240 (94.14% from 255 or 73.85% from 325); Max value from RGB is 240 - color contains mainly: blue. Hex color #262FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #262FF0 is #D9D00F. Grayscale: #414141. Windows color (decimal): -14274576 or 15740710. OLE color: 15740710.
HSL color Cylindrical-coordinate representation of color #262FF0: hue angle of 237.33º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #262FF0 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 47 | 240 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.06 |
| HSL | 237.33º | 0.87% | 0.55% | - |
| HSV(B) | 237.33º | 0.84% | 0.94% | - |
| XYZ | 17.54 | 8.74 | 83.2 | - |
| YUV | 66.31 | 226.02 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 240 | 0.84 | 0.80 | 0 | 0.06 | 237.33 | 0.87 | 0.55 |
| Hex | 26 | 2F | F0 | 54 | 50 | 0 | 6 | ED | 57 | 37 |
| Octal | 46 | 57 | 360 | 124 | 120 | 0 | 6 | 355 | 127 | 67 |
| Binary | 100110 | 101111 | 11110000 | 1010100 | 1010000 | 0 | 110 | 11101101 | 1010111 | 110111 |
Color Harmonies of #262FF0
Complementary color
Monochromatic Colors of #262FF0
Black with #262FF0
Text Example
Text Example
White with #262FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262FF0; }
p { color: rgb(38,47,240); }
H1.HeaderClassName
{
color: #262FF0;
}
.AnyTagClassName
{
color: #262FF0;
}
</style>
background-color css
<style>
a { background-color: #262FF0; }
a { background-color: rgb(38,47,240); }
div.DivClassName
{
background-color: #262FF0;
}
.BgClassName
{
background-color: #262FF0;
}
</style>
border-color css
<style>
span { border-color: #262FF0; }
span { border-color: rgb(38,47,240); }
td.TdClassName
{
border-color: #262FF0;
}
.TagClassName
{
border-color: #262FF0;
}
</style>