Html Css Color HEX #484EED Neon Blue

📋 copy color: '#484EED'

red 72 ◦ green 78 ◦ blue 237

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

Shades of Neon Blue #484EED

Tints of Neon Blue #484EED

RGB

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

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

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

R = 18.6%
G = 20.16%
B = 61.24%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#484EED (or 0x484EED) is known color: Neon Blue. HEX triplet: 48, 4E and ED. RGB value is (72,78,237). Sum of RGB (Red+Green+Blue) = 72+78+237=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #484EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484EED is #B7B112. Grayscale: #5D5D5D. Windows color (decimal): -12038419 or 15552072. OLE color: 15552072.

HSL color Cylindrical-coordinate representation of color #484EED: hue angle of 237.82º 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 #484EED is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 78 237 -
CMYK 0.70 0.67 0 0.07
HSL 237.82º 0.82% 0.61% -
HSV(B) 237.82º 0.7% 0.93% -
XYZ 20.68 12.94 81.53 -
YUV 94.33 208.51 112.07 -
System Red Green Blue C M Y K H S L
Decimal 72 78 237 0.70 0.67 0 0.07 237.82 0.82 0.61
Hex 48 4E ED 46 43 0 7 EE 52 3D
Octal 110 116 355 106 103 0 7 356 122 75
Binary 1001000 1001110 11101101 1000110 1000011 0 111 11101110 1010010 111101

Color Harmonies of #484EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484EED

Black with #484EED

Text Example


Text Example

White with #484EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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