Shades of Neon Blue #263DF1
Tints of Neon Blue #263DF1
RGB
CMYK
RGB Variations
Color information
#263DF1 (or 0x263DF1) is known color: Neon Blue. HEX triplet: 26, 3D and F1. RGB value is (38,61,241). Sum of RGB (Red+Green+Blue) = 38+61+241=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #263DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263DF1 is #D9C20E. Grayscale: #494949. Windows color (decimal): -14270991 or 15809830. OLE color: 15809830.
HSL color Cylindrical-coordinate representation of color #263DF1: hue angle of 233.2º 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 #263DF1 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 61 | 241 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.05 |
| HSL | 233.2º | 0.88% | 0.55% | - |
| HSV(B) | 233.2º | 0.84% | 0.95% | - |
| XYZ | 18.35 | 10.1 | 84.2 | - |
| YUV | 74.64 | 221.88 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 241 | 0.84 | 0.75 | 0 | 0.05 | 233.2 | 0.88 | 0.55 |
| Hex | 26 | 3D | F1 | 54 | 4B | 0 | 5 | E9 | 58 | 37 |
| Octal | 46 | 75 | 361 | 124 | 113 | 0 | 5 | 351 | 130 | 67 |
| Binary | 100110 | 111101 | 11110001 | 1010100 | 1001011 | 0 | 101 | 11101001 | 1011000 | 110111 |
Color Harmonies of #263DF1
Complementary color
Monochromatic Colors of #263DF1
Black with #263DF1
Text Example
Text Example
White with #263DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DF1; }
p { color: rgb(38,61,241); }
H1.HeaderClassName
{
color: #263DF1;
}
.AnyTagClassName
{
color: #263DF1;
}
</style>
background-color css
<style>
a { background-color: #263DF1; }
a { background-color: rgb(38,61,241); }
div.DivClassName
{
background-color: #263DF1;
}
.BgClassName
{
background-color: #263DF1;
}
</style>
border-color css
<style>
span { border-color: #263DF1; }
span { border-color: rgb(38,61,241); }
td.TdClassName
{
border-color: #263DF1;
}
.TagClassName
{
border-color: #263DF1;
}
</style>