Html Css Color HEX #484CFF Neon Blue

📋 copy color: '#484CFF'

red 72 ◦ green 76 ◦ blue 255

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

Shades of Neon Blue #484CFF

Tints of Neon Blue #484CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.86%

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

R = 17.87%
G = 18.86%
B = 63.28%

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

#484CFF (or 0x484CFF) is known color: Neon Blue. HEX triplet: 48, 4C and FF. RGB value is (72,76,255). Sum of RGB (Red+Green+Blue) = 72+76+255=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #484CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CFF is #B7B300. Grayscale: #5E5E5E. Windows color (decimal): -12038913 or 16731208. OLE color: 16731208.

HSL color Cylindrical-coordinate representation of color #484CFF: hue angle of 238.69º 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 #484CFF is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 76 255 -
CMYK 0.72 0.70 0 0
HSL 238.69º 1% 0.64% -
HSV(B) 238.69º 0.72% 1% -
XYZ 23.31 13.77 96.04 -
YUV 95.21 218.17 111.45 -
System Red Green Blue C M Y K H S L
Decimal 72 76 255 0.72 0.70 0 0 238.69 1 0.64
Hex 48 4C FF 48 46 0 0 EF 64 40
Octal 110 114 377 110 106 0 0 357 144 100
Binary 1001000 1001100 11111111 1001000 1000110 0 0 11101111 1100100 1000000

Color Harmonies of #484CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CFF

Black with #484CFF

Text Example


Text Example

White with #484CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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