Html Css Color HEX #3C35FB Neon Blue

📋 copy color: '#3C35FB'

red 60 ◦ green 53 ◦ blue 251

#3C35FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #3C35FB

Tints of Neon Blue #3C35FB

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 value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C35FB (or 0x3C35FB) is known color: 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

RGB 60 53 251 -
CMYK 0.76 0.79 0 0.02
HSL 242.12º 0.96% 0.6% -
HSV(B) 242.12º 0.79% 0.98% -
XYZ 20.55 10.47 92.21 -
YUV 77.67 225.82 115.4 -
System Red Green Blue C M Y K H S L
Decimal 60 53 251 0.76 0.79 0 0.02 242.12 0.96 0.6
Hex 3C 35 FB 4C 4F 0 2 F2 60 3C
Octal 74 65 373 114 117 0 2 362 140 74
Binary 111100 110101 11111011 1001100 1001111 0 10 11110010 1100000 111100

Color Harmonies of #3C35FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C35FB

Black with #3C35FB

Text Example


Text Example

White with #3C35FB

Text Example


Text Example

HTML Codes & Css Web 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>