Shades of Neon Blue #263CF1
Tints of Neon Blue #263CF1
RGB
CMYK
RGB Variations
Color information
#263CF1 (or 0x263CF1) is known color: Neon Blue. HEX triplet: 26, 3C and F1. RGB value is (38,60,241). Sum of RGB (Red+Green+Blue) = 38+60+241=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #263CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263CF1 is #D9C30E. Grayscale: #494949. Windows color (decimal): -14271247 or 15809574. OLE color: 15809574.
HSL color Cylindrical-coordinate representation of color #263CF1: hue angle of 233.5º 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 #263CF1 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 60 | 241 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.05 |
| HSL | 233.5º | 0.88% | 0.55% | - |
| HSV(B) | 233.5º | 0.84% | 0.95% | - |
| XYZ | 18.29 | 9.99 | 84.18 | - |
| YUV | 74.06 | 222.21 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 241 | 0.84 | 0.75 | 0 | 0.05 | 233.5 | 0.88 | 0.55 |
| Hex | 26 | 3C | F1 | 54 | 4B | 0 | 5 | E9 | 58 | 37 |
| Octal | 46 | 74 | 361 | 124 | 113 | 0 | 5 | 351 | 130 | 67 |
| Binary | 100110 | 111100 | 11110001 | 1010100 | 1001011 | 0 | 101 | 11101001 | 1011000 | 110111 |
Color Harmonies of #263CF1
Complementary color
Monochromatic Colors of #263CF1
Black with #263CF1
Text Example
Text Example
White with #263CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CF1; }
p { color: rgb(38,60,241); }
H1.HeaderClassName
{
color: #263CF1;
}
.AnyTagClassName
{
color: #263CF1;
}
</style>
background-color css
<style>
a { background-color: #263CF1; }
a { background-color: rgb(38,60,241); }
div.DivClassName
{
background-color: #263CF1;
}
.BgClassName
{
background-color: #263CF1;
}
</style>
border-color css
<style>
span { border-color: #263CF1; }
span { border-color: rgb(38,60,241); }
td.TdClassName
{
border-color: #263CF1;
}
.TagClassName
{
border-color: #263CF1;
}
</style>