Html Css Color HEX #484FEE Neon Blue

📋 copy color: '#484FEE'

red 72 ◦ green 79 ◦ blue 238

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

Shades of Neon Blue #484FEE

Tints of Neon Blue #484FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.31%

 BLUE value IS 238 (93.36% from 255) = 61.18%

R = 18.51%
G = 20.31%
B = 61.18%

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

#484FEE (or 0x484FEE) is known color: Neon Blue. HEX triplet: 48, 4F and EE. RGB value is (72,79,238). Sum of RGB (Red+Green+Blue) = 72+79+238=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #484FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484FEE is #B7B011. Grayscale: #5E5E5E. Windows color (decimal): -12038162 or 15617864. OLE color: 15617864.

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

Color convert

RGB 72 79 238 -
CMYK 0.70 0.67 0 0.07
HSL 237.47º 0.83% 0.61% -
HSV(B) 237.47º 0.7% 0.93% -
XYZ 20.9 13.14 82.32 -
YUV 95.03 208.68 111.57 -
System Red Green Blue C M Y K H S L
Decimal 72 79 238 0.70 0.67 0 0.07 237.47 0.83 0.61
Hex 48 4F EE 46 43 0 7 ED 53 3D
Octal 110 117 356 106 103 0 7 355 123 75
Binary 1001000 1001111 11101110 1000110 1000011 0 111 11101101 1010011 111101

Color Harmonies of #484FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484FEE

Black with #484FEE

Text Example


Text Example

White with #484FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,79,238); }

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

background-color css

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

 a { background-color: rgb(72,79,238); }

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

border-color css

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

 span { border-color: rgb(72,79,238); }

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