Shades of Neon Blue #2B3DF6
Tints of Neon Blue #2B3DF6
RGB
CMYK
RGB Variations
Color information
#2B3DF6 (or 0x2B3DF6) is known color: Neon Blue. HEX triplet: 2B, 3D and F6. RGB value is (43,61,246). Sum of RGB (Red+Green+Blue) = 43+61+246=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 246 (96.48% from 255 or 70.29% from 350); Max value from RGB is 246 - color contains mainly: blue. Hex color #2B3DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B3DF6 is #D4C209. Grayscale: #4B4B4B. Windows color (decimal): -13943306 or 16137515. OLE color: 16137515.
HSL color Cylindrical-coordinate representation of color #2B3DF6: hue angle of 234.68º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B3DF6 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 61 | 246 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.04 |
| HSL | 234.68º | 0.92% | 0.57% | - |
| HSV(B) | 234.68º | 0.83% | 0.96% | - |
| XYZ | 19.3 | 10.5 | 88.2 | - |
| YUV | 76.71 | 223.54 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 246 | 0.83 | 0.75 | 0 | 0.04 | 234.68 | 0.92 | 0.57 |
| Hex | 2B | 3D | F6 | 53 | 4B | 0 | 4 | EB | 5C | 39 |
| Octal | 53 | 75 | 366 | 123 | 113 | 0 | 4 | 353 | 134 | 71 |
| Binary | 101011 | 111101 | 11110110 | 1010011 | 1001011 | 0 | 100 | 11101011 | 1011100 | 111001 |
Color Harmonies of #2B3DF6
Complementary color
Monochromatic Colors of #2B3DF6
Black with #2B3DF6
Text Example
Text Example
White with #2B3DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3DF6; }
p { color: rgb(43,61,246); }
H1.HeaderClassName
{
color: #2B3DF6;
}
.AnyTagClassName
{
color: #2B3DF6;
}
</style>
background-color css
<style>
a { background-color: #2B3DF6; }
a { background-color: rgb(43,61,246); }
div.DivClassName
{
background-color: #2B3DF6;
}
.BgClassName
{
background-color: #2B3DF6;
}
</style>
border-color css
<style>
span { border-color: #2B3DF6; }
span { border-color: rgb(43,61,246); }
td.TdClassName
{
border-color: #2B3DF6;
}
.TagClassName
{
border-color: #2B3DF6;
}
</style>