Html Css Color HEX #3953F3 Neon Blue

📋 copy color: '#3953F3'

red 57 ◦ green 83 ◦ blue 243

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

Shades of Neon Blue #3953F3

Tints of Neon Blue #3953F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 63.45%

R = 14.88%
G = 21.67%
B = 63.45%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3953F3 (or 0x3953F3) is known color: Neon Blue. HEX triplet: 39, 53 and F3. RGB value is (57,83,243). Sum of RGB (Red+Green+Blue) = 57+83+243=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 243 (95.31% from 255 or 63.45% from 383); Max value from RGB is 243 - color contains mainly: blue. Hex color #3953F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3953F3 is #C6AC0C. Grayscale: #5C5C5C. Windows color (decimal): -13020173 or 15946553. OLE color: 15946553.

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

Color convert

RGB 57 83 243 -
CMYK 0.77 0.66 0 0.05
HSL 231.61º 0.89% 0.59% -
HSV(B) 231.61º 0.77% 0.95% -
XYZ 20.96 13.53 86.3 -
YUV 93.47 212.39 101.99 -
System Red Green Blue C M Y K H S L
Decimal 57 83 243 0.77 0.66 0 0.05 231.61 0.89 0.59
Hex 39 53 F3 4D 42 0 5 E8 59 3B
Octal 71 123 363 115 102 0 5 350 131 73
Binary 111001 1010011 11110011 1001101 1000010 0 101 11101000 1011001 111011

Color Harmonies of #3953F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3953F3

Black with #3953F3

Text Example


Text Example

White with #3953F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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