Shades of Neon Blue #263DFF
Tints of Neon Blue #263DFF
RGB
CMYK
RGB Variations
Color information
#263DFF (or 0x263DFF) is known color: Neon Blue. HEX triplet: 26, 3D and FF. RGB value is (38,61,255). Sum of RGB (Red+Green+Blue) = 38+61+255=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #263DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263DFF is #D9C200. Grayscale: #4B4B4B. Windows color (decimal): -14270977 or 16727334. OLE color: 16727334.
HSL color Cylindrical-coordinate representation of color #263DFF: hue angle of 233.64º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #263DFF is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 61 | 255 | - |
| CMYK | 0.85 | 0.76 | 0 | 0 |
| HSL | 233.64º | 1% | 0.57% | - |
| HSV(B) | 233.64º | 0.85% | 1% | - |
| XYZ | 20.52 | 10.97 | 95.64 | - |
| YUV | 76.24 | 228.88 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 255 | 0.85 | 0.76 | 0 | 0 | 233.64 | 1 | 0.57 |
| Hex | 26 | 3D | FF | 55 | 4C | 0 | 0 | EA | 64 | 39 |
| Octal | 46 | 75 | 377 | 125 | 114 | 0 | 0 | 352 | 144 | 71 |
| Binary | 100110 | 111101 | 11111111 | 1010101 | 1001100 | 0 | 0 | 11101010 | 1100100 | 111001 |
Color Harmonies of #263DFF
Complementary color
Monochromatic Colors of #263DFF
Black with #263DFF
Text Example
Text Example
White with #263DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DFF; }
p { color: rgb(38,61,255); }
H1.HeaderClassName
{
color: #263DFF;
}
.AnyTagClassName
{
color: #263DFF;
}
</style>
background-color css
<style>
a { background-color: #263DFF; }
a { background-color: rgb(38,61,255); }
div.DivClassName
{
background-color: #263DFF;
}
.BgClassName
{
background-color: #263DFF;
}
</style>
border-color css
<style>
span { border-color: #263DFF; }
span { border-color: rgb(38,61,255); }
td.TdClassName
{
border-color: #263DFF;
}
.TagClassName
{
border-color: #263DFF;
}
</style>