#3C35FB

Color #3C35FB Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #3C35FB

Tints of Neon Blue #3C35FB

Color information

#3C35FB (or 0x3C35FB) is unknown color: approx Neon Blue. HEX triplet: 3C, 35 and FB. RGB value is (60,53,251). Sum of RGB (Red+Green+Blue) = 60+53+251=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 251 (98.44% from 255 or 68.96% from 364); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C35FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C35FB is #C3CA04. Grayscale: #4C4C4C. Windows color (decimal): -12831237 or 16463164. OLE color: 16463164.

HSL color Cylindrical-coordinate representation of color #3C35FB: hue angle of 242.12º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C35FB is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6053251-
CMYK0.760.7900.02
HSL242.12º96.12%59.61%-
HSV(B)242.12º78.88%98.43%-
XYZ20.5510.4792.21-
YUV77.66225.82115.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 16.48%
GREEN value IS 53 (21.09% from 255) = 14.56%
BLUE value IS 251 (98.44% from 255) = 68.96%
R=16.48%
G=14.56%
B=68.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal60532510.760.7900.02242.1296.1259.61
Hex3C35FB4C4F02f2603c
Octal74653731141170236214074
Binary1111001101011111101110011001001111010111100101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C35FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C35FB; }

 p { color: rgb(60,53,251); }

 H1.HeaderClassName
 {
   color: #3C35FB;
 }
 .AnyTagClassName
 {
   color: #3C35FB;
 }
</style>
background-color css

<style>
 a { background-color: #3C35FB; }

 a { background-color: rgb(60,53,251); }

 div.DivClassName
 {
   background-color: #3C35FB;
 }
 .BgClassName
 {
   background-color: #3C35FB;
 }
</style>
border-color css

<style>
 span { border-color: #3C35FB; }

 span { border-color: rgb(60,53,251); }

 td.TdClassName
 {
   border-color: #3C35FB;
 }
 .TagClassName
 {
   border-color: #3C35FB;
 }
</style>