Html Css Color HEX #3949FC Neon Blue

📋 copy color: '#3949FC'

red 57 ◦ green 73 ◦ blue 252

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

Shades of Neon Blue #3949FC

Tints of Neon Blue #3949FC

RGB

 RED value IS 57 (22.66% from 255) = 14.92%

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

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

R = 14.92%
G = 19.11%
B = 65.97%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3949FC (or 0x3949FC) is known color: Neon Blue. HEX triplet: 39, 49 and FC. RGB value is (57,73,252). Sum of RGB (Red+Green+Blue) = 57+73+252=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #3949FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3949FC is #C6B603. Grayscale: #575757. Windows color (decimal): -13022724 or 16533817. OLE color: 16533817.

HSL color Cylindrical-coordinate representation of color #3949FC: hue angle of 235.08º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3949FC is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 57 73 252 -
CMYK 0.77 0.71 0 0.01
HSL 235.08º 0.97% 0.61% -
HSV(B) 235.08º 0.77% 0.99% -
XYZ 21.64 12.66 93.4 -
YUV 88.62 220.2 105.45 -
System Red Green Blue C M Y K H S L
Decimal 57 73 252 0.77 0.71 0 0.01 235.08 0.97 0.61
Hex 39 49 FC 4D 47 0 1 EB 61 3D
Octal 71 111 374 115 107 0 1 353 141 75
Binary 111001 1001001 11111100 1001101 1000111 0 1 11101011 1100001 111101

Color Harmonies of #3949FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3949FC

Black with #3949FC

Text Example


Text Example

White with #3949FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3949FC; }

 p { color: rgb(57,73,252); }

 H1.HeaderClassName
 {
   color: #3949FC;
 }
 .AnyTagClassName
 {
   color: #3949FC;
 }
</style>

background-color css

<style>
 a { background-color: #3949FC; }

 a { background-color: rgb(57,73,252); }

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

border-color css

<style>
 span { border-color: #3949FC; }

 span { border-color: rgb(57,73,252); }

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