Html Css Color HEX #484CEA Neon Blue

📋 copy color: '#484CEA'

red 72 ◦ green 76 ◦ blue 234

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

Shades of Neon Blue #484CEA

Tints of Neon Blue #484CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.9%

 BLUE value IS 234 (91.8% from 255) = 61.26%

R = 18.85%
G = 19.9%
B = 61.26%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#484CEA (or 0x484CEA) is known color: Neon Blue. HEX triplet: 48, 4C and EA. RGB value is (72,76,234). Sum of RGB (Red+Green+Blue) = 72+76+234=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #484CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CEA is #B7B315. Grayscale: #5C5C5C. Windows color (decimal): -12038934 or 15354952. OLE color: 15354952.

HSL color Cylindrical-coordinate representation of color #484CEA: hue angle of 238.52º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #484CEA is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 76 234 -
CMYK 0.69 0.68 0 0.08
HSL 238.52º 0.79% 0.6% -
HSV(B) 238.52º 0.69% 0.92% -
XYZ 20.11 12.49 79.19 -
YUV 92.82 207.67 113.15 -
System Red Green Blue C M Y K H S L
Decimal 72 76 234 0.69 0.68 0 0.08 238.52 0.79 0.6
Hex 48 4C EA 45 44 0 8 EF 4F 3C
Octal 110 114 352 105 104 0 10 357 117 74
Binary 1001000 1001100 11101010 1000101 1000100 0 1000 11101111 1001111 111100

Color Harmonies of #484CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CEA

Black with #484CEA

Text Example


Text Example

White with #484CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,76,234); }

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

background-color css

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

 a { background-color: rgb(72,76,234); }

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

border-color css

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

 span { border-color: rgb(72,76,234); }

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