#484CFA

Color #484CFA Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #484CFA

Tints of Neon Blue #484CFA

Color information

#484CFA (or 0x484CFA) is unknown color: approx Neon Blue. HEX triplet: 48, 4C and FA. RGB value is (72,76,250). Sum of RGB (Red+Green+Blue) = 72+76+250=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #484CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CFA is #B7B305. Grayscale: #5D5D5D. Windows color (decimal): -12038918 or 16403528. OLE color: 16403528.

HSL color Cylindrical-coordinate representation of color #484CFA: hue angle of 238.65º degrees, saturation: 0.95, 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 #484CFA is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7276250-
CMYK0.710.7000.02
HSL238.65º94.68%63.14%-
HSV(B)238.65º71.2%98.04%-
XYZ22.5113.4591.85-
YUV94.64215.67111.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.09%
GREEN value IS 76 (30.08% from 255) = 19.10%
BLUE value IS 250 (98.05% from 255) = 62.81%
R=18.09%
G=19.10%
B=62.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal72762500.710.7000.02238.6594.6863.14
Hex484CFA474602ef5f3f
Octal1101143721071060235713777
Binary100100010011001111101010001111000110010111011111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #484CFA;
 }
 .AnyTagClassName
 {
   color: #484CFA;
 }
</style>
background-color css

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

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

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

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

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

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