Html Css Color HEX #4745FD Neon Blue

📋 copy color: '#4745FD'

red 71 ◦ green 69 ◦ blue 253

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

Shades of Neon Blue #4745FD

Tints of Neon Blue #4745FD

RGB

 RED value IS 71 (28.13% from 255) = 18.07%

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

 BLUE value IS 253 (99.22% from 255) = 64.38%

R = 18.07%
G = 17.56%
B = 64.38%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4745FD (or 0x4745FD) is known color: Neon Blue. HEX triplet: 47, 45 and FD. RGB value is (71,69,253). Sum of RGB (Red+Green+Blue) = 71+69+253=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #4745FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4745FD is #B8BA02. Grayscale: #595959. Windows color (decimal): -12106243 or 16598343. OLE color: 16598343.

HSL color Cylindrical-coordinate representation of color #4745FD: hue angle of 240.65º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4745FD is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 69 253 -
CMYK 0.72 0.73 0 0.01
HSL 240.65º 0.98% 0.63% -
HSV(B) 240.65º 0.73% 0.99% -
XYZ 22.46 12.69 94.19 -
YUV 90.57 219.66 114.04 -
System Red Green Blue C M Y K H S L
Decimal 71 69 253 0.72 0.73 0 0.01 240.65 0.98 0.63
Hex 47 45 FD 48 49 0 1 F1 62 3F
Octal 107 105 375 110 111 0 1 361 142 77
Binary 1000111 1000101 11111101 1001000 1001001 0 1 11110001 1100010 111111

Color Harmonies of #4745FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4745FD

Black with #4745FD

Text Example


Text Example

White with #4745FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4745FD; }

 p { color: rgb(71,69,253); }

 H1.HeaderClassName
 {
   color: #4745FD;
 }
 .AnyTagClassName
 {
   color: #4745FD;
 }
</style>

background-color css

<style>
 a { background-color: #4745FD; }

 a { background-color: rgb(71,69,253); }

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

border-color css

<style>
 span { border-color: #4745FD; }

 span { border-color: rgb(71,69,253); }

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