Shades of Neon Blue #2633FB
Tints of Neon Blue #2633FB
RGB
CMYK
RGB Variations
Color information
#2633FB (or 0x2633FB) is known color: Neon Blue. HEX triplet: 26, 33 and FB. RGB value is (38,51,251). Sum of RGB (Red+Green+Blue) = 38+51+251=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #2633FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2633FB is #D9CC04. Grayscale: #454545. Windows color (decimal): -14273541 or 16462630. OLE color: 16462630.
HSL color Cylindrical-coordinate representation of color #2633FB: hue angle of 236.34º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2633FB is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 51 | 251 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.02 |
| HSL | 236.34º | 0.96% | 0.57% | - |
| HSV(B) | 236.34º | 0.85% | 0.98% | - |
| XYZ | 19.4 | 9.74 | 92.13 | - |
| YUV | 69.91 | 230.19 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 251 | 0.85 | 0.80 | 0 | 0.02 | 236.34 | 0.96 | 0.57 |
| Hex | 26 | 33 | FB | 55 | 50 | 0 | 2 | EC | 60 | 39 |
| Octal | 46 | 63 | 373 | 125 | 120 | 0 | 2 | 354 | 140 | 71 |
| Binary | 100110 | 110011 | 11111011 | 1010101 | 1010000 | 0 | 10 | 11101100 | 1100000 | 111001 |
Color Harmonies of #2633FB
Complementary color
Monochromatic Colors of #2633FB
Black with #2633FB
Text Example
Text Example
White with #2633FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2633FB; }
p { color: rgb(38,51,251); }
H1.HeaderClassName
{
color: #2633FB;
}
.AnyTagClassName
{
color: #2633FB;
}
</style>
background-color css
<style>
a { background-color: #2633FB; }
a { background-color: rgb(38,51,251); }
div.DivClassName
{
background-color: #2633FB;
}
.BgClassName
{
background-color: #2633FB;
}
</style>
border-color css
<style>
span { border-color: #2633FB; }
span { border-color: rgb(38,51,251); }
td.TdClassName
{
border-color: #2633FB;
}
.TagClassName
{
border-color: #2633FB;
}
</style>