Html Css Color HEX #484EF4 Neon Blue

📋 copy color: '#484EF4'

red 72 ◦ green 78 ◦ blue 244

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

Shades of Neon Blue #484EF4

Tints of Neon Blue #484EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 61.93%

R = 18.27%
G = 19.8%
B = 61.93%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#484EF4 (or 0x484EF4) is known color: Neon Blue. HEX triplet: 48, 4E and F4. RGB value is (72,78,244). Sum of RGB (Red+Green+Blue) = 72+78+244=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 244 (95.70% from 255 or 61.93% from 394); Max value from RGB is 244 - color contains mainly: blue. Hex color #484EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484EF4 is #B7B10B. Grayscale: #5E5E5E. Windows color (decimal): -12038412 or 16010824. OLE color: 16010824.

HSL color Cylindrical-coordinate representation of color #484EF4: hue angle of 237.91º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #484EF4 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 78 244 -
CMYK 0.70 0.68 0 0.04
HSL 237.91º 0.89% 0.62% -
HSV(B) 237.91º 0.7% 0.96% -
XYZ 21.73 13.36 87.02 -
YUV 95.13 212.01 111.5 -
System Red Green Blue C M Y K H S L
Decimal 72 78 244 0.70 0.68 0 0.04 237.91 0.89 0.62
Hex 48 4E F4 46 44 0 4 EE 59 3E
Octal 110 116 364 106 104 0 4 356 131 76
Binary 1001000 1001110 11110100 1000110 1000100 0 100 11101110 1011001 111110

Color Harmonies of #484EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484EF4

Black with #484EF4

Text Example


Text Example

White with #484EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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