Html Css Color HEX #3948EA Neon Blue

📋 copy color: '#3948EA'

red 57 ◦ green 72 ◦ blue 234

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

Shades of Neon Blue #3948EA

Tints of Neon Blue #3948EA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

 BLUE value IS 234 (91.8% from 255) = 64.46%

R = 15.7%
G = 19.83%
B = 64.46%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3948EA (or 0x3948EA) is known color: Neon Blue. HEX triplet: 39, 48 and EA. RGB value is (57,72,234). Sum of RGB (Red+Green+Blue) = 57+72+234=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #3948EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3948EA is #C6B715. Grayscale: #555555. Windows color (decimal): -13022998 or 15353913. OLE color: 15353913.

HSL color Cylindrical-coordinate representation of color #3948EA: hue angle of 234.92º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3948EA is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 57 72 234 -
CMYK 0.76 0.69 0 0.08
HSL 234.92º 0.81% 0.57% -
HSV(B) 234.92º 0.76% 0.92% -
XYZ 18.86 11.45 79.06 -
YUV 85.98 211.53 107.33 -
System Red Green Blue C M Y K H S L
Decimal 57 72 234 0.76 0.69 0 0.08 234.92 0.81 0.57
Hex 39 48 EA 4C 45 0 8 EB 51 39
Octal 71 110 352 114 105 0 10 353 121 71
Binary 111001 1001000 11101010 1001100 1000101 0 1000 11101011 1010001 111001

Color Harmonies of #3948EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3948EA

Black with #3948EA

Text Example


Text Example

White with #3948EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3948EA; }

 p { color: rgb(57,72,234); }

 H1.HeaderClassName
 {
   color: #3948EA;
 }
 .AnyTagClassName
 {
   color: #3948EA;
 }
</style>

background-color css

<style>
 a { background-color: #3948EA; }

 a { background-color: rgb(57,72,234); }

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

border-color css

<style>
 span { border-color: #3948EA; }

 span { border-color: rgb(57,72,234); }

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