Html Css Color HEX #484AFB Neon Blue

📋 copy color: '#484AFB'

red 72 ◦ green 74 ◦ blue 251

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

Shades of Neon Blue #484AFB

Tints of Neon Blue #484AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.64%

 BLUE value IS 251 (98.44% from 255) = 63.22%

R = 18.14%
G = 18.64%
B = 63.22%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#484AFB (or 0x484AFB) is known color: Neon Blue. HEX triplet: 48, 4A and FB. RGB value is (72,74,251). Sum of RGB (Red+Green+Blue) = 72+74+251=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #484AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484AFB is #B7B504. Grayscale: #5C5C5C. Windows color (decimal): -12039429 or 16468552. OLE color: 16468552.

HSL color Cylindrical-coordinate representation of color #484AFB: hue angle of 239.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #484AFB is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 74 251 -
CMYK 0.71 0.71 0 0.02
HSL 239.33º 0.96% 0.63% -
HSV(B) 239.33º 0.71% 0.98% -
XYZ 22.53 13.24 92.63 -
YUV 93.58 216.84 112.61 -
System Red Green Blue C M Y K H S L
Decimal 72 74 251 0.71 0.71 0 0.02 239.33 0.96 0.63
Hex 48 4A FB 47 47 0 2 EF 60 3F
Octal 110 112 373 107 107 0 2 357 140 77
Binary 1001000 1001010 11111011 1000111 1000111 0 10 11101111 1100000 111111

Color Harmonies of #484AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484AFB

Black with #484AFB

Text Example


Text Example

White with #484AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,74,251); }

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

background-color css

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

 a { background-color: rgb(72,74,251); }

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

border-color css

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

 span { border-color: rgb(72,74,251); }

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