Shades of Neon Blue #252DF3
Tints of Neon Blue #252DF3
RGB
CMYK
RGB Variations
Color information
#252DF3 (or 0x252DF3) is known color: Neon Blue. HEX triplet: 25, 2D and F3. RGB value is (37,45,243). Sum of RGB (Red+Green+Blue) = 37+45+243=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 243 (95.31% from 255 or 74.77% from 325); Max value from RGB is 243 - color contains mainly: blue. Hex color #252DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252DF3 is #DAD20C. Grayscale: #404040. Windows color (decimal): -14340621 or 15936805. OLE color: 15936805.
HSL color Cylindrical-coordinate representation of color #252DF3: hue angle of 237.67º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #252DF3 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 45 | 243 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.05 |
| HSL | 237.67º | 0.9% | 0.55% | - |
| HSV(B) | 237.67º | 0.85% | 0.95% | - |
| XYZ | 17.88 | 8.74 | 85.54 | - |
| YUV | 65.18 | 228.35 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 243 | 0.85 | 0.81 | 0 | 0.05 | 237.67 | 0.9 | 0.55 |
| Hex | 25 | 2D | F3 | 55 | 51 | 0 | 5 | EE | 5A | 37 |
| Octal | 45 | 55 | 363 | 125 | 121 | 0 | 5 | 356 | 132 | 67 |
| Binary | 100101 | 101101 | 11110011 | 1010101 | 1010001 | 0 | 101 | 11101110 | 1011010 | 110111 |
Color Harmonies of #252DF3
Complementary color
Monochromatic Colors of #252DF3
Black with #252DF3
Text Example
Text Example
White with #252DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252DF3; }
p { color: rgb(37,45,243); }
H1.HeaderClassName
{
color: #252DF3;
}
.AnyTagClassName
{
color: #252DF3;
}
</style>
background-color css
<style>
a { background-color: #252DF3; }
a { background-color: rgb(37,45,243); }
div.DivClassName
{
background-color: #252DF3;
}
.BgClassName
{
background-color: #252DF3;
}
</style>
border-color css
<style>
span { border-color: #252DF3; }
span { border-color: rgb(37,45,243); }
td.TdClassName
{
border-color: #252DF3;
}
.TagClassName
{
border-color: #252DF3;
}
</style>