Html Css Color HEX #3C4AF1 Neon Blue

📋 copy color: '#3C4AF1'

red 60 ◦ green 74 ◦ blue 241

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

Shades of Neon Blue #3C4AF1

Tints of Neon Blue #3C4AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.73%

 BLUE value IS 241 (94.53% from 255) = 64.27%

R = 16%
G = 19.73%
B = 64.27%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3C4AF1 (or 0x3C4AF1) is known color: Neon Blue. HEX triplet: 3C, 4A and F1. RGB value is (60,74,241). Sum of RGB (Red+Green+Blue) = 60+74+241=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 241 (94.53% from 255 or 64.27% from 375); Max value from RGB is 241 - color contains mainly: blue. Hex color #3C4AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C4AF1 is #C3B50E. Grayscale: #585858. Windows color (decimal): -12825871 or 15813180. OLE color: 15813180.

HSL color Cylindrical-coordinate representation of color #3C4AF1: hue angle of 235.36º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C4AF1 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 74 241 -
CMYK 0.75 0.69 0 0.05
HSL 235.36º 0.87% 0.59% -
HSV(B) 235.36º 0.75% 0.95% -
XYZ 20.19 12.21 84.51 -
YUV 88.85 213.86 107.42 -
System Red Green Blue C M Y K H S L
Decimal 60 74 241 0.75 0.69 0 0.05 235.36 0.87 0.59
Hex 3C 4A F1 4B 45 0 5 EB 57 3B
Octal 74 112 361 113 105 0 5 353 127 73
Binary 111100 1001010 11110001 1001011 1000101 0 101 11101011 1010111 111011

Color Harmonies of #3C4AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4AF1

Black with #3C4AF1

Text Example


Text Example

White with #3C4AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,74,241); }

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

background-color css

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

 a { background-color: rgb(60,74,241); }

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

border-color css

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

 span { border-color: rgb(60,74,241); }

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