Shades of Neon Blue #263AF7
Tints of Neon Blue #263AF7
RGB
CMYK
RGB Variations
Color information
#263AF7 (or 0x263AF7) is known color: Neon Blue. HEX triplet: 26, 3A and F7. RGB value is (38,58,247). Sum of RGB (Red+Green+Blue) = 38+58+247=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 247 (96.88% from 255 or 72.01% from 343); Max value from RGB is 247 - color contains mainly: blue. Hex color #263AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263AF7 is #D9C508. Grayscale: #484848. Windows color (decimal): -14271753 or 16202278. OLE color: 16202278.
HSL color Cylindrical-coordinate representation of color #263AF7: hue angle of 234.26º 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 #263AF7 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 58 | 247 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.03 |
| HSL | 234.26º | 0.93% | 0.56% | - |
| HSV(B) | 234.26º | 0.85% | 0.97% | - |
| XYZ | 19.1 | 10.15 | 88.95 | - |
| YUV | 73.57 | 225.87 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 247 | 0.85 | 0.77 | 0 | 0.03 | 234.26 | 0.93 | 0.56 |
| Hex | 26 | 3A | F7 | 55 | 4D | 0 | 3 | EA | 5D | 38 |
| Octal | 46 | 72 | 367 | 125 | 115 | 0 | 3 | 352 | 135 | 70 |
| Binary | 100110 | 111010 | 11110111 | 1010101 | 1001101 | 0 | 11 | 11101010 | 1011101 | 111000 |
Color Harmonies of #263AF7
Complementary color
Monochromatic Colors of #263AF7
Black with #263AF7
Text Example
Text Example
White with #263AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263AF7; }
p { color: rgb(38,58,247); }
H1.HeaderClassName
{
color: #263AF7;
}
.AnyTagClassName
{
color: #263AF7;
}
</style>
background-color css
<style>
a { background-color: #263AF7; }
a { background-color: rgb(38,58,247); }
div.DivClassName
{
background-color: #263AF7;
}
.BgClassName
{
background-color: #263AF7;
}
</style>
border-color css
<style>
span { border-color: #263AF7; }
span { border-color: rgb(38,58,247); }
td.TdClassName
{
border-color: #263AF7;
}
.TagClassName
{
border-color: #263AF7;
}
</style>