Html Css Color HEX #3953F1 Neon Blue

📋 copy color: '#3953F1'

red 57 ◦ green 83 ◦ blue 241

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

Shades of Neon Blue #3953F1

Tints of Neon Blue #3953F1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

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

R = 14.96%
G = 21.78%
B = 63.25%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3953F1 (or 0x3953F1) is known color: Neon Blue. HEX triplet: 39, 53 and F1. RGB value is (57,83,241). Sum of RGB (Red+Green+Blue) = 57+83+241=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 241 (94.53% from 255 or 63.25% from 381); Max value from RGB is 241 - color contains mainly: blue. Hex color #3953F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3953F1 is #C6AC0E. Grayscale: #5C5C5C. Windows color (decimal): -13020175 or 15815481. OLE color: 15815481.

HSL color Cylindrical-coordinate representation of color #3953F1: hue angle of 231.52º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3953F1 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 57 83 241 -
CMYK 0.76 0.66 0 0.05
HSL 231.52º 0.87% 0.58% -
HSV(B) 231.52º 0.76% 0.95% -
XYZ 20.66 13.41 84.72 -
YUV 93.24 211.39 102.15 -
System Red Green Blue C M Y K H S L
Decimal 57 83 241 0.76 0.66 0 0.05 231.52 0.87 0.58
Hex 39 53 F1 4C 42 0 5 E8 57 3A
Octal 71 123 361 114 102 0 5 350 127 72
Binary 111001 1010011 11110001 1001100 1000010 0 101 11101000 1010111 111010

Color Harmonies of #3953F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3953F1

Black with #3953F1

Text Example


Text Example

White with #3953F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3953F1; }

 p { color: rgb(57,83,241); }

 H1.HeaderClassName
 {
   color: #3953F1;
 }
 .AnyTagClassName
 {
   color: #3953F1;
 }
</style>

background-color css

<style>
 a { background-color: #3953F1; }

 a { background-color: rgb(57,83,241); }

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

border-color css

<style>
 span { border-color: #3953F1; }

 span { border-color: rgb(57,83,241); }

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