Html Css Color HEX #3C36FD Neon Blue

📋 copy color: '#3C36FD'

red 60 ◦ green 54 ◦ blue 253

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

Shades of Neon Blue #3C36FD

Tints of Neon Blue #3C36FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.94%

R = 16.35%
G = 14.71%
B = 68.94%

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

#3C36FD (or 0x3C36FD) is known color: Neon Blue. HEX triplet: 3C, 36 and FD. RGB value is (60,54,253). Sum of RGB (Red+Green+Blue) = 60+54+253=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C36FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C36FD is #C3C902. Grayscale: #4D4D4D. Windows color (decimal): -12830979 or 16594492. OLE color: 16594492.

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

Color convert

RGB 60 54 253 -
CMYK 0.76 0.79 0 0.01
HSL 241.81º 0.98% 0.6% -
HSV(B) 241.81º 0.79% 0.99% -
XYZ 20.91 10.69 93.89 -
YUV 78.48 226.49 114.82 -
System Red Green Blue C M Y K H S L
Decimal 60 54 253 0.76 0.79 0 0.01 241.81 0.98 0.6
Hex 3C 36 FD 4C 4F 0 1 F2 62 3C
Octal 74 66 375 114 117 0 1 362 142 74
Binary 111100 110110 11111101 1001100 1001111 0 1 11110010 1100010 111100

Color Harmonies of #3C36FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C36FD

Black with #3C36FD

Text Example


Text Example

White with #3C36FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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