Shades of Neon Blue #263FFD
Tints of Neon Blue #263FFD
RGB
CMYK
RGB Variations
Color information
#263FFD (or 0x263FFD) is known color: Neon Blue. HEX triplet: 26, 3F and FD. RGB value is (38,63,253). Sum of RGB (Red+Green+Blue) = 38+63+253=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #263FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263FFD is #D9C002. Grayscale: #4C4C4C. Windows color (decimal): -14270467 or 16596774. OLE color: 16596774.
HSL color Cylindrical-coordinate representation of color #263FFD: hue angle of 233.02º 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 #263FFD is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 63 | 253 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.01 |
| HSL | 233.02º | 0.98% | 0.57% | - |
| HSV(B) | 233.02º | 0.85% | 0.99% | - |
| XYZ | 20.31 | 11.06 | 93.99 | - |
| YUV | 77.19 | 227.22 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 253 | 0.85 | 0.75 | 0 | 0.01 | 233.02 | 0.98 | 0.57 |
| Hex | 26 | 3F | FD | 55 | 4B | 0 | 1 | E9 | 62 | 39 |
| Octal | 46 | 77 | 375 | 125 | 113 | 0 | 1 | 351 | 142 | 71 |
| Binary | 100110 | 111111 | 11111101 | 1010101 | 1001011 | 0 | 1 | 11101001 | 1100010 | 111001 |
Color Harmonies of #263FFD
Complementary color
Monochromatic Colors of #263FFD
Black with #263FFD
Text Example
Text Example
White with #263FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263FFD; }
p { color: rgb(38,63,253); }
H1.HeaderClassName
{
color: #263FFD;
}
.AnyTagClassName
{
color: #263FFD;
}
</style>
background-color css
<style>
a { background-color: #263FFD; }
a { background-color: rgb(38,63,253); }
div.DivClassName
{
background-color: #263FFD;
}
.BgClassName
{
background-color: #263FFD;
}
</style>
border-color css
<style>
span { border-color: #263FFD; }
span { border-color: rgb(38,63,253); }
td.TdClassName
{
border-color: #263FFD;
}
.TagClassName
{
border-color: #263FFD;
}
</style>