Shades of Neon Blue #232EFF
Tints of Neon Blue #232EFF
RGB
CMYK
RGB Variations
Color information
#232EFF (or 0x232EFF) is known color: Neon Blue. HEX triplet: 23, 2E and FF. RGB value is (35,46,255). Sum of RGB (Red+Green+Blue) = 35+46+255=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #232EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232EFF is #DCD100. Grayscale: #414141. Windows color (decimal): -14471425 or 16723491. OLE color: 16723491.
HSL color Cylindrical-coordinate representation of color #232EFF: hue angle of 237º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #232EFF is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 46 | 255 | - |
| CMYK | 0.86 | 0.82 | 0 | 0 |
| HSL | 237º | 1% | 0.57% | - |
| HSV(B) | 237º | 0.86% | 1% | - |
| XYZ | 19.72 | 9.53 | 95.41 | - |
| YUV | 66.54 | 234.36 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 255 | 0.86 | 0.82 | 0 | 0 | 237 | 1 | 0.57 |
| Hex | 23 | 2E | FF | 56 | 52 | 0 | 0 | ED | 64 | 39 |
| Octal | 43 | 56 | 377 | 126 | 122 | 0 | 0 | 355 | 144 | 71 |
| Binary | 100011 | 101110 | 11111111 | 1010110 | 1010010 | 0 | 0 | 11101101 | 1100100 | 111001 |
Color Harmonies of #232EFF
Complementary color
Monochromatic Colors of #232EFF
Black with #232EFF
Text Example
Text Example
White with #232EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232EFF; }
p { color: rgb(35,46,255); }
H1.HeaderClassName
{
color: #232EFF;
}
.AnyTagClassName
{
color: #232EFF;
}
</style>
background-color css
<style>
a { background-color: #232EFF; }
a { background-color: rgb(35,46,255); }
div.DivClassName
{
background-color: #232EFF;
}
.BgClassName
{
background-color: #232EFF;
}
</style>
border-color css
<style>
span { border-color: #232EFF; }
span { border-color: rgb(35,46,255); }
td.TdClassName
{
border-color: #232EFF;
}
.TagClassName
{
border-color: #232EFF;
}
</style>