Html Css Color HEX #484AED Neon Blue

📋 copy color: '#484AED'

red 72 ◦ green 74 ◦ blue 237

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

Shades of Neon Blue #484AED

Tints of Neon Blue #484AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.32%

 BLUE value IS 237 (92.97% from 255) = 61.88%

R = 18.8%
G = 19.32%
B = 61.88%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#484AED (or 0x484AED) is known color: Neon Blue. HEX triplet: 48, 4A and ED. RGB value is (72,74,237). Sum of RGB (Red+Green+Blue) = 72+74+237=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #484AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484AED is #B7B512. Grayscale: #5B5B5B. Windows color (decimal): -12039443 or 15551048. OLE color: 15551048.

HSL color Cylindrical-coordinate representation of color #484AED: hue angle of 239.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #484AED is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 74 237 -
CMYK 0.70 0.69 0 0.07
HSL 239.27º 0.82% 0.61% -
HSV(B) 239.27º 0.7% 0.93% -
XYZ 20.41 12.39 81.44 -
YUV 91.98 209.84 113.75 -
System Red Green Blue C M Y K H S L
Decimal 72 74 237 0.70 0.69 0 0.07 239.27 0.82 0.61
Hex 48 4A ED 46 45 0 7 EF 52 3D
Octal 110 112 355 106 105 0 7 357 122 75
Binary 1001000 1001010 11101101 1000110 1000101 0 111 11101111 1010010 111101

Color Harmonies of #484AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484AED

Black with #484AED

Text Example


Text Example

White with #484AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,74,237); }

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

background-color css

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

 a { background-color: rgb(72,74,237); }

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

border-color css

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

 span { border-color: rgb(72,74,237); }

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