Html Css Color HEX #3C44F6 Neon Blue

📋 copy color: '#3C44F6'

red 60 ◦ green 68 ◦ blue 246

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

Shades of Neon Blue #3C44F6

Tints of Neon Blue #3C44F6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.18%

 BLUE value IS 246 (96.48% from 255) = 65.78%

R = 16.04%
G = 18.18%
B = 65.78%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3C44F6 (or 0x3C44F6) is known color: Neon Blue. HEX triplet: 3C, 44 and F6. RGB value is (60,68,246). Sum of RGB (Red+Green+Blue) = 60+68+246=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 246 (96.48% from 255 or 65.78% from 374); Max value from RGB is 246 - color contains mainly: blue. Hex color #3C44F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C44F6 is #C3BB09. Grayscale: #555555. Windows color (decimal): -12827402 or 16139324. OLE color: 16139324.

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

Color convert

RGB 60 68 246 -
CMYK 0.76 0.72 0 0.04
HSL 237.42º 0.91% 0.6% -
HSV(B) 237.42º 0.76% 0.96% -
XYZ 20.57 11.75 88.37 -
YUV 85.9 218.35 109.53 -
System Red Green Blue C M Y K H S L
Decimal 60 68 246 0.76 0.72 0 0.04 237.42 0.91 0.6
Hex 3C 44 F6 4C 48 0 4 ED 5B 3C
Octal 74 104 366 114 110 0 4 355 133 74
Binary 111100 1000100 11110110 1001100 1001000 0 100 11101101 1011011 111100

Color Harmonies of #3C44F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C44F6

Black with #3C44F6

Text Example


Text Example

White with #3C44F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,68,246); }

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

background-color css

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

 a { background-color: rgb(60,68,246); }

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

border-color css

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

 span { border-color: rgb(60,68,246); }

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