Shades of Neon Blue #233DF7
Tints of Neon Blue #233DF7
RGB
CMYK
RGB Variations
Color information
#233DF7 (or 0x233DF7) is known color: Neon Blue. HEX triplet: 23, 3D and F7. RGB value is (35,61,247). Sum of RGB (Red+Green+Blue) = 35+61+247=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 247 (96.88% from 255 or 72.01% from 343); Max value from RGB is 247 - color contains mainly: blue. Hex color #233DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233DF7 is #DCC208. Grayscale: #494949. Windows color (decimal): -14467593 or 16203043. OLE color: 16203043.
HSL color Cylindrical-coordinate representation of color #233DF7: hue angle of 232.64º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #233DF7 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 35 | 61 | 247 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.03 |
| HSL | 232.64º | 0.93% | 0.55% | - |
| HSV(B) | 232.64º | 0.86% | 0.97% | - |
| XYZ | 19.15 | 10.41 | 89 | - |
| YUV | 74.43 | 225.39 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 247 | 0.86 | 0.75 | 0 | 0.03 | 232.64 | 0.93 | 0.55 |
| Hex | 23 | 3D | F7 | 56 | 4B | 0 | 3 | E9 | 5D | 37 |
| Octal | 43 | 75 | 367 | 126 | 113 | 0 | 3 | 351 | 135 | 67 |
| Binary | 100011 | 111101 | 11110111 | 1010110 | 1001011 | 0 | 11 | 11101001 | 1011101 | 110111 |
Color Harmonies of #233DF7
Complementary color
Monochromatic Colors of #233DF7
Black with #233DF7
Text Example
Text Example
White with #233DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DF7; }
p { color: rgb(35,61,247); }
H1.HeaderClassName
{
color: #233DF7;
}
.AnyTagClassName
{
color: #233DF7;
}
</style>
background-color css
<style>
a { background-color: #233DF7; }
a { background-color: rgb(35,61,247); }
div.DivClassName
{
background-color: #233DF7;
}
.BgClassName
{
background-color: #233DF7;
}
</style>
border-color css
<style>
span { border-color: #233DF7; }
span { border-color: rgb(35,61,247); }
td.TdClassName
{
border-color: #233DF7;
}
.TagClassName
{
border-color: #233DF7;
}
</style>