Html Css Color HEX #484DE1 Neon Blue

📋 copy color: '#484DE1'

red 72 ◦ green 77 ◦ blue 225

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

Shades of Neon Blue #484DE1

Tints of Neon Blue #484DE1

RGB

 RED value IS 72 (28.52% from 255) = 19.25%

 GREEN value IS 77 (30.47% from 255) = 20.59%

 BLUE value IS 225 (88.28% from 255) = 60.16%

R = 19.25%
G = 20.59%
B = 60.16%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#484DE1 (or 0x484DE1) is known color: Neon Blue. HEX triplet: 48, 4D and E1. RGB value is (72,77,225). Sum of RGB (Red+Green+Blue) = 72+77+225=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 225 (88.28% from 255 or 60.16% from 374); Max value from RGB is 225 - color contains mainly: blue. Hex color #484DE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DE1 is #B7B21E. Grayscale: #5B5B5B. Windows color (decimal): -12038687 or 14765384. OLE color: 14765384.

HSL color Cylindrical-coordinate representation of color #484DE1: hue angle of 238.04º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484DE1 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 77 225 -
CMYK 0.68 0.66 0 0.12
HSL 238.04º 0.72% 0.58% -
HSV(B) 238.04º 0.68% 0.88% -
XYZ 18.92 12.12 72.58 -
YUV 92.38 202.84 113.47 -
System Red Green Blue C M Y K H S L
Decimal 72 77 225 0.68 0.66 0 0.12 238.04 0.72 0.58
Hex 48 4D E1 44 42 0 C EE 48 3A
Octal 110 115 341 104 102 0 14 356 110 72
Binary 1001000 1001101 11100001 1000100 1000010 0 1100 11101110 1001000 111010

Color Harmonies of #484DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484DE1

Black with #484DE1

Text Example


Text Example

White with #484DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484DE1; }

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

 H1.HeaderClassName
 {
   color: #484DE1;
 }
 .AnyTagClassName
 {
   color: #484DE1;
 }
</style>

background-color css

<style>
 a { background-color: #484DE1; }

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

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

border-color css

<style>
 span { border-color: #484DE1; }

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

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