Html Css Color HEX #4D48FE Neon Blue

📋 copy color: '#4D48FE'

red 77 ◦ green 72 ◦ blue 254

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

Shades of Neon Blue #4D48FE

Tints of Neon Blue #4D48FE

RGB

 RED value IS 77 (30.47% from 255) = 19.11%

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

 BLUE value IS 254 (99.61% from 255) = 63.03%

R = 19.11%
G = 17.87%
B = 63.03%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4D48FE (or 0x4D48FE) is known color: Neon Blue. HEX triplet: 4D, 48 and FE. RGB value is (77,72,254). Sum of RGB (Red+Green+Blue) = 77+72+254=403 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.11% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D48FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D48FE is #B2B701. Grayscale: #5D5D5D. Windows color (decimal): -11712258 or 16664653. OLE color: 16664653.

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

Color convert

RGB 77 72 254 -
CMYK 0.70 0.72 0 0.00
HSL 241.65º 0.99% 0.64% -
HSV(B) 241.65º 0.72% 1% -
XYZ 23.27 13.37 95.12 -
YUV 94.24 218.16 115.7 -
System Red Green Blue C M Y K H S L
Decimal 77 72 254 0.70 0.72 0 0.00 241.65 0.99 0.64
Hex 4D 48 FE 46 48 0 0 F2 63 40
Octal 115 110 376 106 110 0 0 362 143 100
Binary 1001101 1001000 11111110 1000110 1001000 0 0 11110010 1100011 1000000

Color Harmonies of #4D48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D48FE

Black with #4D48FE

Text Example


Text Example

White with #4D48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D48FE; }

 p { color: rgb(77,72,254); }

 H1.HeaderClassName
 {
   color: #4D48FE;
 }
 .AnyTagClassName
 {
   color: #4D48FE;
 }
</style>

background-color css

<style>
 a { background-color: #4D48FE; }

 a { background-color: rgb(77,72,254); }

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

border-color css

<style>
 span { border-color: #4D48FE; }

 span { border-color: rgb(77,72,254); }

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