Html Css Color HEX #4945FB Neon Blue

📋 copy color: '#4945FB'

red 73 ◦ green 69 ◦ blue 251

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

Shades of Neon Blue #4945FB

Tints of Neon Blue #4945FB

RGB

 RED value IS 73 (28.91% from 255) = 18.58%

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

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

R = 18.58%
G = 17.56%
B = 63.87%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4945FB (or 0x4945FB) is known color: Neon Blue. HEX triplet: 49, 45 and FB. RGB value is (73,69,251). Sum of RGB (Red+Green+Blue) = 73+69+251=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #4945FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4945FB is #B6BA04. Grayscale: #5A5A5A. Windows color (decimal): -11975173 or 16467273. OLE color: 16467273.

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

Color convert

RGB 73 69 251 -
CMYK 0.71 0.73 0 0.02
HSL 241.32º 0.96% 0.63% -
HSV(B) 241.32º 0.73% 0.98% -
XYZ 22.29 12.64 92.53 -
YUV 90.94 218.33 115.2 -
System Red Green Blue C M Y K H S L
Decimal 73 69 251 0.71 0.73 0 0.02 241.32 0.96 0.63
Hex 49 45 FB 47 49 0 2 F1 60 3F
Octal 111 105 373 107 111 0 2 361 140 77
Binary 1001001 1000101 11111011 1000111 1001001 0 10 11110001 1100000 111111

Color Harmonies of #4945FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4945FB

Black with #4945FB

Text Example


Text Example

White with #4945FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4945FB; }

 p { color: rgb(73,69,251); }

 H1.HeaderClassName
 {
   color: #4945FB;
 }
 .AnyTagClassName
 {
   color: #4945FB;
 }
</style>

background-color css

<style>
 a { background-color: #4945FB; }

 a { background-color: rgb(73,69,251); }

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

border-color css

<style>
 span { border-color: #4945FB; }

 span { border-color: rgb(73,69,251); }

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