Shades of Neon Blue #233FFB
Tints of Neon Blue #233FFB
RGB
CMYK
RGB Variations
Color information
#233FFB (or 0x233FFB) is known color: Neon Blue. HEX triplet: 23, 3F and FB. RGB value is (35,63,251). Sum of RGB (Red+Green+Blue) = 35+63+251=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #233FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233FFB is #DCC004. Grayscale: #4B4B4B. Windows color (decimal): -14467077 or 16465699. OLE color: 16465699.
HSL color Cylindrical-coordinate representation of color #233FFB: hue angle of 232.22º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #233FFB is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 63 | 251 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.02 |
| HSL | 232.22º | 0.96% | 0.56% | - |
| HSV(B) | 232.22º | 0.86% | 0.98% | - |
| XYZ | 19.88 | 10.88 | 92.32 | - |
| YUV | 76.06 | 226.72 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 251 | 0.86 | 0.75 | 0 | 0.02 | 232.22 | 0.96 | 0.56 |
| Hex | 23 | 3F | FB | 56 | 4B | 0 | 2 | E8 | 60 | 38 |
| Octal | 43 | 77 | 373 | 126 | 113 | 0 | 2 | 350 | 140 | 70 |
| Binary | 100011 | 111111 | 11111011 | 1010110 | 1001011 | 0 | 10 | 11101000 | 1100000 | 111000 |
Color Harmonies of #233FFB
Complementary color
Monochromatic Colors of #233FFB
Black with #233FFB
Text Example
Text Example
White with #233FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233FFB; }
p { color: rgb(35,63,251); }
H1.HeaderClassName
{
color: #233FFB;
}
.AnyTagClassName
{
color: #233FFB;
}
</style>
background-color css
<style>
a { background-color: #233FFB; }
a { background-color: rgb(35,63,251); }
div.DivClassName
{
background-color: #233FFB;
}
.BgClassName
{
background-color: #233FFB;
}
</style>
border-color css
<style>
span { border-color: #233FFB; }
span { border-color: rgb(35,63,251); }
td.TdClassName
{
border-color: #233FFB;
}
.TagClassName
{
border-color: #233FFB;
}
</style>