Html Css Color HEX #484DFF Neon Blue

📋 copy color: '#484DFF'

red 72 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #484DFF

Tints of Neon Blue #484DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.12%

R = 17.82%
G = 19.06%
B = 63.12%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#484DFF (or 0x484DFF) is known color: Neon Blue. HEX triplet: 48, 4D and FF. RGB value is (72,77,255). Sum of RGB (Red+Green+Blue) = 72+77+255=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #484DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484DFF is #B7B200. Grayscale: #5F5F5F. Windows color (decimal): -12038657 or 16731464. OLE color: 16731464.

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

Color convert

RGB 72 77 255 -
CMYK 0.72 0.70 0 0
HSL 238.36º 1% 0.64% -
HSV(B) 238.36º 0.72% 1% -
XYZ 23.38 13.91 96.06 -
YUV 95.8 217.84 111.03 -
System Red Green Blue C M Y K H S L
Decimal 72 77 255 0.72 0.70 0 0 238.36 1 0.64
Hex 48 4D FF 48 46 0 0 EE 64 40
Octal 110 115 377 110 106 0 0 356 144 100
Binary 1001000 1001101 11111111 1001000 1000110 0 0 11101110 1100100 1000000

Color Harmonies of #484DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484DFF

Black with #484DFF

Text Example


Text Example

White with #484DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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