Shades of Neon Blue #232EF3
Tints of Neon Blue #232EF3
RGB
CMYK
RGB Variations
Color information
#232EF3 (or 0x232EF3) is known color: Neon Blue. HEX triplet: 23, 2E and F3. RGB value is (35,46,243). Sum of RGB (Red+Green+Blue) = 35+46+243=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 243 (95.31% from 255 or 75% from 324); Max value from RGB is 243 - color contains mainly: blue. Hex color #232EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232EF3 is #DCD10C. Grayscale: #404040. Windows color (decimal): -14471437 or 15937059. OLE color: 15937059.
HSL color Cylindrical-coordinate representation of color #232EF3: hue angle of 236.83º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #232EF3 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 46 | 243 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.05 |
| HSL | 236.83º | 0.9% | 0.55% | - |
| HSV(B) | 236.83º | 0.86% | 0.95% | - |
| XYZ | 17.85 | 8.78 | 85.55 | - |
| YUV | 65.17 | 228.36 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 243 | 0.86 | 0.81 | 0 | 0.05 | 236.83 | 0.9 | 0.55 |
| Hex | 23 | 2E | F3 | 56 | 51 | 0 | 5 | ED | 5A | 37 |
| Octal | 43 | 56 | 363 | 126 | 121 | 0 | 5 | 355 | 132 | 67 |
| Binary | 100011 | 101110 | 11110011 | 1010110 | 1010001 | 0 | 101 | 11101101 | 1011010 | 110111 |
Color Harmonies of #232EF3
Complementary color
Monochromatic Colors of #232EF3
Black with #232EF3
Text Example
Text Example
White with #232EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232EF3; }
p { color: rgb(35,46,243); }
H1.HeaderClassName
{
color: #232EF3;
}
.AnyTagClassName
{
color: #232EF3;
}
</style>
background-color css
<style>
a { background-color: #232EF3; }
a { background-color: rgb(35,46,243); }
div.DivClassName
{
background-color: #232EF3;
}
.BgClassName
{
background-color: #232EF3;
}
</style>
border-color css
<style>
span { border-color: #232EF3; }
span { border-color: rgb(35,46,243); }
td.TdClassName
{
border-color: #232EF3;
}
.TagClassName
{
border-color: #232EF3;
}
</style>