Shades of Neon Blue #2533FD
Tints of Neon Blue #2533FD
RGB
CMYK
RGB Variations
Color information
#2533FD (or 0x2533FD) is known color: Neon Blue. HEX triplet: 25, 33 and FD. RGB value is (37,51,253). Sum of RGB (Red+Green+Blue) = 37+51+253=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #2533FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2533FD is #DACC02. Grayscale: #454545. Windows color (decimal): -14339075 or 16593701. OLE color: 16593701.
HSL color Cylindrical-coordinate representation of color #2533FD: hue angle of 236.11º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2533FD is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 51 | 253 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.01 |
| HSL | 236.11º | 0.98% | 0.57% | - |
| HSV(B) | 236.11º | 0.85% | 0.99% | - |
| XYZ | 19.68 | 9.85 | 93.79 | - |
| YUV | 69.84 | 231.36 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 253 | 0.85 | 0.80 | 0 | 0.01 | 236.11 | 0.98 | 0.57 |
| Hex | 25 | 33 | FD | 55 | 50 | 0 | 1 | EC | 62 | 39 |
| Octal | 45 | 63 | 375 | 125 | 120 | 0 | 1 | 354 | 142 | 71 |
| Binary | 100101 | 110011 | 11111101 | 1010101 | 1010000 | 0 | 1 | 11101100 | 1100010 | 111001 |
Color Harmonies of #2533FD
Complementary color
Monochromatic Colors of #2533FD
Black with #2533FD
Text Example
Text Example
White with #2533FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2533FD; }
p { color: rgb(37,51,253); }
H1.HeaderClassName
{
color: #2533FD;
}
.AnyTagClassName
{
color: #2533FD;
}
</style>
background-color css
<style>
a { background-color: #2533FD; }
a { background-color: rgb(37,51,253); }
div.DivClassName
{
background-color: #2533FD;
}
.BgClassName
{
background-color: #2533FD;
}
</style>
border-color css
<style>
span { border-color: #2533FD; }
span { border-color: rgb(37,51,253); }
td.TdClassName
{
border-color: #2533FD;
}
.TagClassName
{
border-color: #2533FD;
}
</style>