Html Css Color HEX #484CE9 Neon Blue

📋 copy color: '#484CE9'

red 72 ◦ green 76 ◦ blue 233

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

Shades of Neon Blue #484CE9

Tints of Neon Blue #484CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 61.15%

R = 18.9%
G = 19.95%
B = 61.15%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#484CE9 (or 0x484CE9) is known color: Neon Blue. HEX triplet: 48, 4C and E9. RGB value is (72,76,233). Sum of RGB (Red+Green+Blue) = 72+76+233=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 233 (91.41% from 255 or 61.15% from 381); Max value from RGB is 233 - color contains mainly: blue. Hex color #484CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CE9 is #B7B316. Grayscale: #5C5C5C. Windows color (decimal): -12038935 or 15289416. OLE color: 15289416.

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

Color convert

RGB 72 76 233 -
CMYK 0.69 0.67 0 0.09
HSL 238.51º 0.79% 0.6% -
HSV(B) 238.51º 0.69% 0.91% -
XYZ 19.96 12.43 78.44 -
YUV 92.7 207.17 113.23 -
System Red Green Blue C M Y K H S L
Decimal 72 76 233 0.69 0.67 0 0.09 238.51 0.79 0.6
Hex 48 4C E9 45 43 0 9 EF 4F 3C
Octal 110 114 351 105 103 0 11 357 117 74
Binary 1001000 1001100 11101001 1000101 1000011 0 1001 11101111 1001111 111100

Color Harmonies of #484CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CE9

Black with #484CE9

Text Example


Text Example

White with #484CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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