Shades of Neon Blue #3C34F3
Tints of Neon Blue #3C34F3
RGB
CMYK
RGB Variations
Color information
#3C34F3 (or 0x3C34F3) is known color: Neon Blue. HEX triplet: 3C, 34 and F3. RGB value is (60,52,243). Sum of RGB (Red+Green+Blue) = 60+52+243=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 243 (95.31% from 255 or 68.45% from 355); Max value from RGB is 243 - color contains mainly: blue. Hex color #3C34F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C34F3 is #C3CB0C. Grayscale: #4B4B4B. Windows color (decimal): -12831501 or 15938620. OLE color: 15938620.
HSL color Cylindrical-coordinate representation of color #3C34F3: hue angle of 242.51º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C34F3 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 52 | 243 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.05 |
| HSL | 242.51º | 0.89% | 0.58% | - |
| HSV(B) | 242.51º | 0.79% | 0.95% | - |
| XYZ | 19.27 | 9.89 | 85.69 | - |
| YUV | 76.17 | 222.15 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 243 | 0.75 | 0.79 | 0 | 0.05 | 242.51 | 0.89 | 0.58 |
| Hex | 3C | 34 | F3 | 4B | 4F | 0 | 5 | F3 | 59 | 3A |
| Octal | 74 | 64 | 363 | 113 | 117 | 0 | 5 | 363 | 131 | 72 |
| Binary | 111100 | 110100 | 11110011 | 1001011 | 1001111 | 0 | 101 | 11110011 | 1011001 | 111010 |
Color Harmonies of #3C34F3
Complementary color
Monochromatic Colors of #3C34F3
Black with #3C34F3
Text Example
Text Example
White with #3C34F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C34F3; }
p { color: rgb(60,52,243); }
H1.HeaderClassName
{
color: #3C34F3;
}
.AnyTagClassName
{
color: #3C34F3;
}
</style>
background-color css
<style>
a { background-color: #3C34F3; }
a { background-color: rgb(60,52,243); }
div.DivClassName
{
background-color: #3C34F3;
}
.BgClassName
{
background-color: #3C34F3;
}
</style>
border-color css
<style>
span { border-color: #3C34F3; }
span { border-color: rgb(60,52,243); }
td.TdClassName
{
border-color: #3C34F3;
}
.TagClassName
{
border-color: #3C34F3;
}
</style>