Html Css Color HEX #484EEB Neon Blue

📋 copy color: '#484EEB'

red 72 ◦ green 78 ◦ blue 235

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

Shades of Neon Blue #484EEB

Tints of Neon Blue #484EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.26%

 BLUE value IS 235 (92.19% from 255) = 61.04%

R = 18.7%
G = 20.26%
B = 61.04%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#484EEB (or 0x484EEB) is known color: Neon Blue. HEX triplet: 48, 4E and EB. RGB value is (72,78,235). Sum of RGB (Red+Green+Blue) = 72+78+235=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #484EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484EEB is #B7B114. Grayscale: #5D5D5D. Windows color (decimal): -12038421 or 15421000. OLE color: 15421000.

HSL color Cylindrical-coordinate representation of color #484EEB: hue angle of 237.79º degrees, saturation: 0.8, 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 #484EEB is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 78 235 -
CMYK 0.69 0.67 0 0.08
HSL 237.79º 0.8% 0.6% -
HSV(B) 237.79º 0.69% 0.92% -
XYZ 20.39 12.82 80 -
YUV 94.1 207.51 112.23 -
System Red Green Blue C M Y K H S L
Decimal 72 78 235 0.69 0.67 0 0.08 237.79 0.8 0.6
Hex 48 4E EB 45 43 0 8 EE 50 3C
Octal 110 116 353 105 103 0 10 356 120 74
Binary 1001000 1001110 11101011 1000101 1000011 0 1000 11101110 1010000 111100

Color Harmonies of #484EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484EEB

Black with #484EEB

Text Example


Text Example

White with #484EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,78,235); }

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

background-color css

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

 a { background-color: rgb(72,78,235); }

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

border-color css

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

 span { border-color: rgb(72,78,235); }

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