Shades of Neon Blue #263EF1
Tints of Neon Blue #263EF1
RGB
CMYK
RGB Variations
Color information
#263EF1 (or 0x263EF1) is known color: Neon Blue. HEX triplet: 26, 3E and F1. RGB value is (38,62,241). Sum of RGB (Red+Green+Blue) = 38+62+241=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 241 (94.53% from 255 or 70.67% from 341); Max value from RGB is 241 - color contains mainly: blue. Hex color #263EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263EF1 is #D9C10E. Grayscale: #4A4A4A. Windows color (decimal): -14270735 or 15810086. OLE color: 15810086.
HSL color Cylindrical-coordinate representation of color #263EF1: hue angle of 232.91º 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 #263EF1 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 62 | 241 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.05 |
| HSL | 232.91º | 0.88% | 0.55% | - |
| HSV(B) | 232.91º | 0.84% | 0.95% | - |
| XYZ | 18.4 | 10.21 | 84.22 | - |
| YUV | 75.23 | 221.55 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 241 | 0.84 | 0.74 | 0 | 0.05 | 232.91 | 0.88 | 0.55 |
| Hex | 26 | 3E | F1 | 54 | 4A | 0 | 5 | E9 | 58 | 37 |
| Octal | 46 | 76 | 361 | 124 | 112 | 0 | 5 | 351 | 130 | 67 |
| Binary | 100110 | 111110 | 11110001 | 1010100 | 1001010 | 0 | 101 | 11101001 | 1011000 | 110111 |
Color Harmonies of #263EF1
Complementary color
Monochromatic Colors of #263EF1
Black with #263EF1
Text Example
Text Example
White with #263EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263EF1; }
p { color: rgb(38,62,241); }
H1.HeaderClassName
{
color: #263EF1;
}
.AnyTagClassName
{
color: #263EF1;
}
</style>
background-color css
<style>
a { background-color: #263EF1; }
a { background-color: rgb(38,62,241); }
div.DivClassName
{
background-color: #263EF1;
}
.BgClassName
{
background-color: #263EF1;
}
</style>
border-color css
<style>
span { border-color: #263EF1; }
span { border-color: rgb(38,62,241); }
td.TdClassName
{
border-color: #263EF1;
}
.TagClassName
{
border-color: #263EF1;
}
</style>