Html Css Color HEX #485AF7 Neon Blue

📋 copy color: '#485AF7'

red 72 ◦ green 90 ◦ blue 247

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

Shades of Neon Blue #485AF7

Tints of Neon Blue #485AF7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22%

 BLUE value IS 247 (96.88% from 255) = 60.39%

R = 17.6%
G = 22%
B = 60.39%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#485AF7 (or 0x485AF7) is known color: Neon Blue. HEX triplet: 48, 5A and F7. RGB value is (72,90,247). Sum of RGB (Red+Green+Blue) = 72+90+247=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 247 (96.88% from 255 or 60.39% from 409); Max value from RGB is 247 - color contains mainly: blue. Hex color #485AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485AF7 is #B7A508. Grayscale: #656565. Windows color (decimal): -12035337 or 16210504. OLE color: 16210504.

HSL color Cylindrical-coordinate representation of color #485AF7: hue angle of 233.83º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #485AF7 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 72 90 247 -
CMYK 0.71 0.64 0 0.03
HSL 233.83º 0.92% 0.63% -
HSV(B) 233.83º 0.71% 0.97% -
XYZ 23.12 15.41 89.75 -
YUV 102.52 209.54 106.23 -
System Red Green Blue C M Y K H S L
Decimal 72 90 247 0.71 0.64 0 0.03 233.83 0.92 0.63
Hex 48 5A F7 47 40 0 3 EA 5C 3F
Octal 110 132 367 107 100 0 3 352 134 77
Binary 1001000 1011010 11110111 1000111 1000000 0 11 11101010 1011100 111111

Color Harmonies of #485AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485AF7

Black with #485AF7

Text Example


Text Example

White with #485AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485AF7; }

 p { color: rgb(72,90,247); }

 H1.HeaderClassName
 {
   color: #485AF7;
 }
 .AnyTagClassName
 {
   color: #485AF7;
 }
</style>

background-color css

<style>
 a { background-color: #485AF7; }

 a { background-color: rgb(72,90,247); }

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

border-color css

<style>
 span { border-color: #485AF7; }

 span { border-color: rgb(72,90,247); }

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