Html Css Color HEX #484FE8 Neon Blue

📋 copy color: '#484FE8'

red 72 ◦ green 79 ◦ blue 232

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

Shades of Neon Blue #484FE8

Tints of Neon Blue #484FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 60.57%

R = 18.8%
G = 20.63%
B = 60.57%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#484FE8 (or 0x484FE8) is known color: Neon Blue. HEX triplet: 48, 4F and E8. RGB value is (72,79,232). Sum of RGB (Red+Green+Blue) = 72+79+232=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 232 (91.02% from 255 or 60.57% from 383); Max value from RGB is 232 - color contains mainly: blue. Hex color #484FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484FE8 is #B7B017. Grayscale: #5D5D5D. Windows color (decimal): -12038168 or 15224648. OLE color: 15224648.

HSL color Cylindrical-coordinate representation of color #484FE8: hue angle of 237.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #484FE8 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 79 232 -
CMYK 0.69 0.66 0 0.09
HSL 237.38º 0.78% 0.6% -
HSV(B) 237.38º 0.69% 0.91% -
XYZ 20.03 12.8 77.76 -
YUV 94.35 205.68 112.06 -
System Red Green Blue C M Y K H S L
Decimal 72 79 232 0.69 0.66 0 0.09 237.38 0.78 0.6
Hex 48 4F E8 45 42 0 9 ED 4E 3C
Octal 110 117 350 105 102 0 11 355 116 74
Binary 1001000 1001111 11101000 1000101 1000010 0 1001 11101101 1001110 111100

Color Harmonies of #484FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484FE8

Black with #484FE8

Text Example


Text Example

White with #484FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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