Shades of Neon Blue #263EFD
Tints of Neon Blue #263EFD
RGB
CMYK
RGB Variations
Color information
#263EFD (or 0x263EFD) is known color: Neon Blue. HEX triplet: 26, 3E and FD. RGB value is (38,62,253). Sum of RGB (Red+Green+Blue) = 38+62+253=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #263EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263EFD is #D9C102. Grayscale: #4B4B4B. Windows color (decimal): -14270723 or 16596518. OLE color: 16596518.
HSL color Cylindrical-coordinate representation of color #263EFD: hue angle of 233.3º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #263EFD is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 62 | 253 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.01 |
| HSL | 233.3º | 0.98% | 0.57% | - |
| HSV(B) | 233.3º | 0.85% | 0.99% | - |
| XYZ | 20.25 | 10.95 | 93.97 | - |
| YUV | 76.6 | 227.55 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 253 | 0.85 | 0.75 | 0 | 0.01 | 233.3 | 0.98 | 0.57 |
| Hex | 26 | 3E | FD | 55 | 4B | 0 | 1 | E9 | 62 | 39 |
| Octal | 46 | 76 | 375 | 125 | 113 | 0 | 1 | 351 | 142 | 71 |
| Binary | 100110 | 111110 | 11111101 | 1010101 | 1001011 | 0 | 1 | 11101001 | 1100010 | 111001 |
Color Harmonies of #263EFD
Complementary color
Monochromatic Colors of #263EFD
Black with #263EFD
Text Example
Text Example
White with #263EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263EFD; }
p { color: rgb(38,62,253); }
H1.HeaderClassName
{
color: #263EFD;
}
.AnyTagClassName
{
color: #263EFD;
}
</style>
background-color css
<style>
a { background-color: #263EFD; }
a { background-color: rgb(38,62,253); }
div.DivClassName
{
background-color: #263EFD;
}
.BgClassName
{
background-color: #263EFD;
}
</style>
border-color css
<style>
span { border-color: #263EFD; }
span { border-color: rgb(38,62,253); }
td.TdClassName
{
border-color: #263EFD;
}
.TagClassName
{
border-color: #263EFD;
}
</style>