Shades of Neon Blue #263CFD
Tints of Neon Blue #263CFD
RGB
CMYK
RGB Variations
Color information
#263CFD (or 0x263CFD) is known color: Neon Blue. HEX triplet: 26, 3C and FD. RGB value is (38,60,253). Sum of RGB (Red+Green+Blue) = 38+60+253=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #263CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263CFD is #D9C302. Grayscale: #4A4A4A. Windows color (decimal): -14271235 or 16596006. OLE color: 16596006.
HSL color Cylindrical-coordinate representation of color #263CFD: hue angle of 233.86º 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 #263CFD is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 60 | 253 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.01 |
| HSL | 233.86º | 0.98% | 0.57% | - |
| HSV(B) | 233.86º | 0.85% | 0.99% | - |
| XYZ | 20.14 | 10.74 | 93.94 | - |
| YUV | 75.42 | 228.21 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 253 | 0.85 | 0.76 | 0 | 0.01 | 233.86 | 0.98 | 0.57 |
| Hex | 26 | 3C | FD | 55 | 4C | 0 | 1 | EA | 62 | 39 |
| Octal | 46 | 74 | 375 | 125 | 114 | 0 | 1 | 352 | 142 | 71 |
| Binary | 100110 | 111100 | 11111101 | 1010101 | 1001100 | 0 | 1 | 11101010 | 1100010 | 111001 |
Color Harmonies of #263CFD
Complementary color
Monochromatic Colors of #263CFD
Black with #263CFD
Text Example
Text Example
White with #263CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CFD; }
p { color: rgb(38,60,253); }
H1.HeaderClassName
{
color: #263CFD;
}
.AnyTagClassName
{
color: #263CFD;
}
</style>
background-color css
<style>
a { background-color: #263CFD; }
a { background-color: rgb(38,60,253); }
div.DivClassName
{
background-color: #263CFD;
}
.BgClassName
{
background-color: #263CFD;
}
</style>
border-color css
<style>
span { border-color: #263CFD; }
span { border-color: rgb(38,60,253); }
td.TdClassName
{
border-color: #263CFD;
}
.TagClassName
{
border-color: #263CFD;
}
</style>