Html Css Color HEX #4845F7 Neon Blue

📋 copy color: '#4845F7'

red 72 ◦ green 69 ◦ blue 247

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

Shades of Neon Blue #4845F7

Tints of Neon Blue #4845F7

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.78%

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

R = 18.56%
G = 17.78%
B = 63.66%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4845F7 (or 0x4845F7) is known color: Neon Blue. HEX triplet: 48, 45 and F7. RGB value is (72,69,247). Sum of RGB (Red+Green+Blue) = 72+69+247=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 247 (96.88% from 255 or 63.66% from 388); Max value from RGB is 247 - color contains mainly: blue. Hex color #4845F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4845F7 is #B7BA08. Grayscale: #595959. Windows color (decimal): -12040713 or 16205128. OLE color: 16205128.

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

Color convert

RGB 72 69 247 -
CMYK 0.71 0.72 0 0.03
HSL 241.01º 0.92% 0.62% -
HSV(B) 241.01º 0.72% 0.97% -
XYZ 21.59 12.35 89.24 -
YUV 90.19 216.49 115.03 -
System Red Green Blue C M Y K H S L
Decimal 72 69 247 0.71 0.72 0 0.03 241.01 0.92 0.62
Hex 48 45 F7 47 48 0 3 F1 5C 3E
Octal 110 105 367 107 110 0 3 361 134 76
Binary 1001000 1000101 11110111 1000111 1001000 0 11 11110001 1011100 111110

Color Harmonies of #4845F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4845F7

Black with #4845F7

Text Example


Text Example

White with #4845F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4845F7; }

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

 H1.HeaderClassName
 {
   color: #4845F7;
 }
 .AnyTagClassName
 {
   color: #4845F7;
 }
</style>

background-color css

<style>
 a { background-color: #4845F7; }

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

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

border-color css

<style>
 span { border-color: #4845F7; }

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

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