#3C35FD

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

Shades of Neon Blue #3C35FD

Tints of Neon Blue #3C35FD

Color information

#3C35FD (or 0x3C35FD) is unknown color: approx Neon Blue. HEX triplet: 3C, 35 and FD. RGB value is (60,53,253). Sum of RGB (Red+Green+Blue) = 60+53+253=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C35FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C35FD is #C3CA02. Grayscale: #4D4D4D. Windows color (decimal): -12831235 or 16594236. OLE color: 16594236.

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

Color convert

RGB6053253-
CMYK0.760.7900.01
HSL242.1º98.04%60%-
HSV(B)242.1º79.05%99.22%-
XYZ20.8710.693.87-
YUV77.89226.82115.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.39%
GREEN value IS 53 (21.09% from 255) = 14.48%
BLUE value IS 253 (99.22% from 255) = 69.13%
R=16.39%
G=14.48%
B=69.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal60532530.760.7900.01242.198.0460
Hex3C35FD4C4F01f2623c
Octal74653751141170136214274
Binary111100110101111111011001100100111101111100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C35FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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