Shades of Neon Blue #723DFF
Tints of Neon Blue #723DFF
RGB
CMYK
RGB Variations
Color information
#723DFF (or 0x723DFF) is known color: Neon Blue. HEX triplet: 72, 3D and FF. RGB value is (114,61,255). Sum of RGB (Red+Green+Blue) = 114+61+255=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #723DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #723DFF is #8DC200. Grayscale: #626262. Windows color (decimal): -9290241 or 16727410. OLE color: 16727410.
HSL color Cylindrical-coordinate representation of color #723DFF: hue angle of 256.39º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #723DFF is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 61 | 255 | - |
| CMYK | 0.55 | 0.76 | 0 | 0 |
| HSL | 256.39º | 1% | 0.62% | - |
| HSV(B) | 256.39º | 0.76% | 1% | - |
| XYZ | 26.66 | 14.13 | 95.93 | - |
| YUV | 98.96 | 216.06 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 255 | 0.55 | 0.76 | 0 | 0 | 256.39 | 1 | 0.62 |
| Hex | 72 | 3D | FF | 37 | 4C | 0 | 0 | 100 | 64 | 3E |
| Octal | 162 | 75 | 377 | 67 | 114 | 0 | 0 | 400 | 144 | 76 |
| Binary | 1110010 | 111101 | 11111111 | 110111 | 1001100 | 0 | 0 | 100000000 | 1100100 | 111110 |
Color Harmonies of #723DFF
Complementary color
Monochromatic Colors of #723DFF
Black with #723DFF
Text Example
Text Example
White with #723DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723DFF; }
p { color: rgb(114,61,255); }
H1.HeaderClassName
{
color: #723DFF;
}
.AnyTagClassName
{
color: #723DFF;
}
</style>
background-color css
<style>
a { background-color: #723DFF; }
a { background-color: rgb(114,61,255); }
div.DivClassName
{
background-color: #723DFF;
}
.BgClassName
{
background-color: #723DFF;
}
</style>
border-color css
<style>
span { border-color: #723DFF; }
span { border-color: rgb(114,61,255); }
td.TdClassName
{
border-color: #723DFF;
}
.TagClassName
{
border-color: #723DFF;
}
</style>