Html Css Color HEX #484DFE Neon Blue

📋 copy color: '#484DFE'

red 72 ◦ green 77 ◦ blue 254

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

Shades of Neon Blue #484DFE

Tints of Neon Blue #484DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.11%

 BLUE value IS 254 (99.61% from 255) = 63.03%

R = 17.87%
G = 19.11%
B = 63.03%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#484DFE (or 0x484DFE) is known color: Neon Blue. HEX triplet: 48, 4D and FE. RGB value is (72,77,254). Sum of RGB (Red+Green+Blue) = 72+77+254=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #484DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484DFE is #B7B201. Grayscale: #5E5E5E. Windows color (decimal): -12038658 or 16665928. OLE color: 16665928.

HSL color Cylindrical-coordinate representation of color #484DFE: hue angle of 238.35º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #484DFE is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 77 254 -
CMYK 0.72 0.70 0 0.00
HSL 238.35º 0.99% 0.64% -
HSV(B) 238.35º 0.72% 1% -
XYZ 23.22 13.84 95.21 -
YUV 95.68 217.34 111.11 -
System Red Green Blue C M Y K H S L
Decimal 72 77 254 0.72 0.70 0 0.00 238.35 0.99 0.64
Hex 48 4D FE 48 46 0 0 EE 63 40
Octal 110 115 376 110 106 0 0 356 143 100
Binary 1001000 1001101 11111110 1001000 1000110 0 0 11101110 1100011 1000000

Color Harmonies of #484DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484DFE

Black with #484DFE

Text Example


Text Example

White with #484DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,77,254); }

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

background-color css

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

 a { background-color: rgb(72,77,254); }

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

border-color css

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

 span { border-color: rgb(72,77,254); }

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