Html Css Color HEX #484EEA Neon Blue

📋 copy color: '#484EEA'

red 72 ◦ green 78 ◦ blue 234

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

Shades of Neon Blue #484EEA

Tints of Neon Blue #484EEA

RGB

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

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

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

R = 18.75%
G = 20.31%
B = 60.94%

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

#484EEA (or 0x484EEA) is known color: Neon Blue. HEX triplet: 48, 4E and EA. RGB value is (72,78,234). Sum of RGB (Red+Green+Blue) = 72+78+234=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #484EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484EEA is #B7B115. Grayscale: #5D5D5D. Windows color (decimal): -12038422 or 15355464. OLE color: 15355464.

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

Color convert

RGB 72 78 234 -
CMYK 0.69 0.67 0 0.08
HSL 237.78º 0.79% 0.6% -
HSV(B) 237.78º 0.69% 0.92% -
XYZ 20.25 12.77 79.24 -
YUV 93.99 207.01 112.32 -
System Red Green Blue C M Y K H S L
Decimal 72 78 234 0.69 0.67 0 0.08 237.78 0.79 0.6
Hex 48 4E EA 45 43 0 8 EE 4F 3C
Octal 110 116 352 105 103 0 10 356 117 74
Binary 1001000 1001110 11101010 1000101 1000011 0 1000 11101110 1001111 111100

Color Harmonies of #484EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484EEA

Black with #484EEA

Text Example


Text Example

White with #484EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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