Shades of Neon Blue #263DF3
Tints of Neon Blue #263DF3
RGB
CMYK
RGB Variations
Color information
#263DF3 (or 0x263DF3) is known color: Neon Blue. HEX triplet: 26, 3D and F3. RGB value is (38,61,243). Sum of RGB (Red+Green+Blue) = 38+61+243=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #263DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263DF3 is #D9C20C. Grayscale: #4A4A4A. Windows color (decimal): -14270989 or 15940902. OLE color: 15940902.
HSL color Cylindrical-coordinate representation of color #263DF3: hue angle of 233.27º degrees, saturation: 0.9, 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 #263DF3 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 61 | 243 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.05 |
| HSL | 233.27º | 0.9% | 0.55% | - |
| HSV(B) | 233.27º | 0.84% | 0.95% | - |
| XYZ | 18.65 | 10.22 | 85.78 | - |
| YUV | 74.87 | 222.88 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 243 | 0.84 | 0.75 | 0 | 0.05 | 233.27 | 0.9 | 0.55 |
| Hex | 26 | 3D | F3 | 54 | 4B | 0 | 5 | E9 | 5A | 37 |
| Octal | 46 | 75 | 363 | 124 | 113 | 0 | 5 | 351 | 132 | 67 |
| Binary | 100110 | 111101 | 11110011 | 1010100 | 1001011 | 0 | 101 | 11101001 | 1011010 | 110111 |
Color Harmonies of #263DF3
Complementary color
Monochromatic Colors of #263DF3
Black with #263DF3
Text Example
Text Example
White with #263DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DF3; }
p { color: rgb(38,61,243); }
H1.HeaderClassName
{
color: #263DF3;
}
.AnyTagClassName
{
color: #263DF3;
}
</style>
background-color css
<style>
a { background-color: #263DF3; }
a { background-color: rgb(38,61,243); }
div.DivClassName
{
background-color: #263DF3;
}
.BgClassName
{
background-color: #263DF3;
}
</style>
border-color css
<style>
span { border-color: #263DF3; }
span { border-color: rgb(38,61,243); }
td.TdClassName
{
border-color: #263DF3;
}
.TagClassName
{
border-color: #263DF3;
}
</style>