Shades of Neon Blue #2D2FFF
Tints of Neon Blue #2D2FFF
RGB
CMYK
RGB Variations
Color information
#2D2FFF (or 0x2D2FFF) is known color: Neon Blue. HEX triplet: 2D, 2F and FF. RGB value is (45,47,255). Sum of RGB (Red+Green+Blue) = 45+47+255=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D2FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D2FFF is #D2D000. Grayscale: #454545. Windows color (decimal): -13815809 or 16723757. OLE color: 16723757.
HSL color Cylindrical-coordinate representation of color #2D2FFF: hue angle of 239.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D2FFF is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 47 | 255 | - |
| CMYK | 0.82 | 0.82 | 0 | 0 |
| HSL | 239.43º | 1% | 0.59% | - |
| HSV(B) | 239.43º | 0.82% | 1% | - |
| XYZ | 20.15 | 9.81 | 95.44 | - |
| YUV | 70.11 | 232.34 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 47 | 255 | 0.82 | 0.82 | 0 | 0 | 239.43 | 1 | 0.59 |
| Hex | 2D | 2F | FF | 52 | 52 | 0 | 0 | EF | 64 | 3B |
| Octal | 55 | 57 | 377 | 122 | 122 | 0 | 0 | 357 | 144 | 73 |
| Binary | 101101 | 101111 | 11111111 | 1010010 | 1010010 | 0 | 0 | 11101111 | 1100100 | 111011 |
Color Harmonies of #2D2FFF
Complementary color
Monochromatic Colors of #2D2FFF
Black with #2D2FFF
Text Example
Text Example
White with #2D2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2FFF; }
p { color: rgb(45,47,255); }
H1.HeaderClassName
{
color: #2D2FFF;
}
.AnyTagClassName
{
color: #2D2FFF;
}
</style>
background-color css
<style>
a { background-color: #2D2FFF; }
a { background-color: rgb(45,47,255); }
div.DivClassName
{
background-color: #2D2FFF;
}
.BgClassName
{
background-color: #2D2FFF;
}
</style>
border-color css
<style>
span { border-color: #2D2FFF; }
span { border-color: rgb(45,47,255); }
td.TdClassName
{
border-color: #2D2FFF;
}
.TagClassName
{
border-color: #2D2FFF;
}
</style>