Shades of Neon Blue #232EF4
Tints of Neon Blue #232EF4
RGB
CMYK
RGB Variations
Color information
#232EF4 (or 0x232EF4) is known color: Neon Blue. HEX triplet: 23, 2E and F4. RGB value is (35,46,244). Sum of RGB (Red+Green+Blue) = 35+46+244=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 244 (95.70% from 255 or 75.08% from 325); Max value from RGB is 244 - color contains mainly: blue. Hex color #232EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232EF4 is #DCD10B. Grayscale: #404040. Windows color (decimal): -14471436 or 16002595. OLE color: 16002595.
HSL color Cylindrical-coordinate representation of color #232EF4: hue angle of 236.84º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #232EF4 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 46 | 244 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.04 |
| HSL | 236.84º | 0.9% | 0.55% | - |
| HSV(B) | 236.84º | 0.86% | 0.96% | - |
| XYZ | 18 | 8.84 | 86.35 | - |
| YUV | 65.28 | 228.86 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 244 | 0.86 | 0.81 | 0 | 0.04 | 236.84 | 0.9 | 0.55 |
| Hex | 23 | 2E | F4 | 56 | 51 | 0 | 4 | ED | 5A | 37 |
| Octal | 43 | 56 | 364 | 126 | 121 | 0 | 4 | 355 | 132 | 67 |
| Binary | 100011 | 101110 | 11110100 | 1010110 | 1010001 | 0 | 100 | 11101101 | 1011010 | 110111 |
Color Harmonies of #232EF4
Complementary color
Monochromatic Colors of #232EF4
Black with #232EF4
Text Example
Text Example
White with #232EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232EF4; }
p { color: rgb(35,46,244); }
H1.HeaderClassName
{
color: #232EF4;
}
.AnyTagClassName
{
color: #232EF4;
}
</style>
background-color css
<style>
a { background-color: #232EF4; }
a { background-color: rgb(35,46,244); }
div.DivClassName
{
background-color: #232EF4;
}
.BgClassName
{
background-color: #232EF4;
}
</style>
border-color css
<style>
span { border-color: #232EF4; }
span { border-color: rgb(35,46,244); }
td.TdClassName
{
border-color: #232EF4;
}
.TagClassName
{
border-color: #232EF4;
}
</style>