Html Css Color HEX #484DE3 Neon Blue

📋 copy color: '#484DE3'

red 72 ◦ green 77 ◦ blue 227

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

Shades of Neon Blue #484DE3

Tints of Neon Blue #484DE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 60.37%

R = 19.15%
G = 20.48%
B = 60.37%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#484DE3 (or 0x484DE3) is known color: Neon Blue. HEX triplet: 48, 4D and E3. RGB value is (72,77,227). Sum of RGB (Red+Green+Blue) = 72+77+227=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 227 (89.06% from 255 or 60.37% from 376); Max value from RGB is 227 - color contains mainly: blue. Hex color #484DE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DE3 is #B7B21C. Grayscale: #5C5C5C. Windows color (decimal): -12038685 or 14896456. OLE color: 14896456.

HSL color Cylindrical-coordinate representation of color #484DE3: hue angle of 238.06º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484DE3 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 77 227 -
CMYK 0.68 0.66 0 0.11
HSL 238.06º 0.73% 0.59% -
HSV(B) 238.06º 0.68% 0.89% -
XYZ 19.19 12.23 74.02 -
YUV 92.61 203.84 113.3 -
System Red Green Blue C M Y K H S L
Decimal 72 77 227 0.68 0.66 0 0.11 238.06 0.73 0.59
Hex 48 4D E3 44 42 0 B EE 49 3B
Octal 110 115 343 104 102 0 13 356 111 73
Binary 1001000 1001101 11100011 1000100 1000010 0 1011 11101110 1001001 111011

Color Harmonies of #484DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484DE3

Black with #484DE3

Text Example


Text Example

White with #484DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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