Html Css Color HEX #3C49FF Neon Blue

📋 copy color: '#3C49FF'

red 60 ◦ green 73 ◦ blue 255

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

Shades of Neon Blue #3C49FF

Tints of Neon Blue #3C49FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.81%

 BLUE value IS 255 (100% from 255) = 65.72%

R = 15.46%
G = 18.81%
B = 65.72%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3C49FF (or 0x3C49FF) is known color: Neon Blue. HEX triplet: 3C, 49 and FF. RGB value is (60,73,255). Sum of RGB (Red+Green+Blue) = 60+73+255=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C49FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C49FF is #C3B600. Grayscale: #595959. Windows color (decimal): -12826113 or 16730428. OLE color: 16730428.

HSL color Cylindrical-coordinate representation of color #3C49FF: hue angle of 236º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C49FF is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 60 73 255 -
CMYK 0.76 0.71 0 0
HSL 236º 1% 0.62% -
HSV(B) 236º 0.76% 1% -
XYZ 22.3 12.95 95.93 -
YUV 89.86 221.19 106.7 -
System Red Green Blue C M Y K H S L
Decimal 60 73 255 0.76 0.71 0 0 236 1 0.62
Hex 3C 49 FF 4C 47 0 0 EC 64 3E
Octal 74 111 377 114 107 0 0 354 144 76
Binary 111100 1001001 11111111 1001100 1000111 0 0 11101100 1100100 111110

Color Harmonies of #3C49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C49FF

Black with #3C49FF

Text Example


Text Example

White with #3C49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,73,255); }

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

background-color css

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

 a { background-color: rgb(60,73,255); }

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

border-color css

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

 span { border-color: rgb(60,73,255); }

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