Html Css Color HEX #3C36FC Neon Blue

📋 copy color: '#3C36FC'

red 60 ◦ green 54 ◦ blue 252

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

Shades of Neon Blue #3C36FC

Tints of Neon Blue #3C36FC

RGB

 RED value IS 60 (23.83% from 255) = 16.39%

 GREEN value IS 54 (21.48% from 255) = 14.75%

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 16.39%
G = 14.75%
B = 68.85%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C36FC (or 0x3C36FC) is known color: Neon Blue. HEX triplet: 3C, 36 and FC. RGB value is (60,54,252). Sum of RGB (Red+Green+Blue) = 60+54+252=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C36FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C36FC is #C3C903. Grayscale: #4D4D4D. Windows color (decimal): -12830980 or 16528956. OLE color: 16528956.

HSL color Cylindrical-coordinate representation of color #3C36FC: hue angle of 241.82º degrees, saturation: 0.97, 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 #3C36FC is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 54 252 -
CMYK 0.76 0.79 0 0.01
HSL 241.82º 0.97% 0.6% -
HSV(B) 241.82º 0.79% 0.99% -
XYZ 20.75 10.63 93.05 -
YUV 78.37 225.99 114.9 -
System Red Green Blue C M Y K H S L
Decimal 60 54 252 0.76 0.79 0 0.01 241.82 0.97 0.6
Hex 3C 36 FC 4C 4F 0 1 F2 61 3C
Octal 74 66 374 114 117 0 1 362 141 74
Binary 111100 110110 11111100 1001100 1001111 0 1 11110010 1100001 111100

Color Harmonies of #3C36FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C36FC

Black with #3C36FC

Text Example


Text Example

White with #3C36FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,252); }

 H1.HeaderClassName
 {
   color: #3C36FC;
 }
 .AnyTagClassName
 {
   color: #3C36FC;
 }
</style>

background-color css

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

 a { background-color: rgb(60,54,252); }

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

border-color css

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

 span { border-color: rgb(60,54,252); }

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