Shades of Neon Blue #263FF7
Tints of Neon Blue #263FF7
RGB
CMYK
RGB Variations
Color information
#263FF7 (or 0x263FF7) is known color: Neon Blue. HEX triplet: 26, 3F and F7. RGB value is (38,63,247). Sum of RGB (Red+Green+Blue) = 38+63+247=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 247 (96.88% from 255 or 70.98% from 348); Max value from RGB is 247 - color contains mainly: blue. Hex color #263FF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263FF7 is #D9C008. Grayscale: #4B4B4B. Windows color (decimal): -14270473 or 16203558. OLE color: 16203558.
HSL color Cylindrical-coordinate representation of color #263FF7: hue angle of 232.82º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #263FF7 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 63 | 247 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.03 |
| HSL | 232.82º | 0.93% | 0.56% | - |
| HSV(B) | 232.82º | 0.85% | 0.97% | - |
| XYZ | 19.37 | 10.68 | 89.04 | - |
| YUV | 76.5 | 224.22 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 247 | 0.85 | 0.74 | 0 | 0.03 | 232.82 | 0.93 | 0.56 |
| Hex | 26 | 3F | F7 | 55 | 4A | 0 | 3 | E9 | 5D | 38 |
| Octal | 46 | 77 | 367 | 125 | 112 | 0 | 3 | 351 | 135 | 70 |
| Binary | 100110 | 111111 | 11110111 | 1010101 | 1001010 | 0 | 11 | 11101001 | 1011101 | 111000 |
Color Harmonies of #263FF7
Complementary color
Monochromatic Colors of #263FF7
Black with #263FF7
Text Example
Text Example
White with #263FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263FF7; }
p { color: rgb(38,63,247); }
H1.HeaderClassName
{
color: #263FF7;
}
.AnyTagClassName
{
color: #263FF7;
}
</style>
background-color css
<style>
a { background-color: #263FF7; }
a { background-color: rgb(38,63,247); }
div.DivClassName
{
background-color: #263FF7;
}
.BgClassName
{
background-color: #263FF7;
}
</style>
border-color css
<style>
span { border-color: #263FF7; }
span { border-color: rgb(38,63,247); }
td.TdClassName
{
border-color: #263FF7;
}
.TagClassName
{
border-color: #263FF7;
}
</style>