Html Css Color HEX #4948FF Neon Blue

📋 copy color: '#4948FF'

red 73 ◦ green 72 ◦ blue 255

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

Shades of Neon Blue #4948FF

Tints of Neon Blue #4948FF

RGB

 RED value IS 73 (28.91% from 255) = 18.25%

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

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

R = 18.25%
G = 18%
B = 63.75%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4948FF (or 0x4948FF) is known color: Neon Blue. HEX triplet: 49, 48 and FF. RGB value is (73,72,255). Sum of RGB (Red+Green+Blue) = 73+72+255=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #4948FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4948FF is #B6B700. Grayscale: #5C5C5C. Windows color (decimal): -11974401 or 16730185. OLE color: 16730185.

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

Color convert

RGB 73 72 255 -
CMYK 0.71 0.72 0 0
HSL 240.33º 1% 0.64% -
HSV(B) 240.33º 0.72% 1% -
XYZ 23.12 13.27 95.95 -
YUV 93.16 219.33 113.62 -
System Red Green Blue C M Y K H S L
Decimal 73 72 255 0.71 0.72 0 0 240.33 1 0.64
Hex 49 48 FF 47 48 0 0 F0 64 40
Octal 111 110 377 107 110 0 0 360 144 100
Binary 1001001 1001000 11111111 1000111 1001000 0 0 11110000 1100100 1000000

Color Harmonies of #4948FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4948FF

Black with #4948FF

Text Example


Text Example

White with #4948FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4948FF; }

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

 H1.HeaderClassName
 {
   color: #4948FF;
 }
 .AnyTagClassName
 {
   color: #4948FF;
 }
</style>

background-color css

<style>
 a { background-color: #4948FF; }

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

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

border-color css

<style>
 span { border-color: #4948FF; }

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

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