Html Css Color HEX #4745FF Neon Blue

📋 copy color: '#4745FF'

red 71 ◦ green 69 ◦ blue 255

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

Shades of Neon Blue #4745FF

Tints of Neon Blue #4745FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.56%

R = 17.97%
G = 17.47%
B = 64.56%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4745FF (or 0x4745FF) is known color: Neon Blue. HEX triplet: 47, 45 and FF. RGB value is (71,69,255). Sum of RGB (Red+Green+Blue) = 71+69+255=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #4745FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4745FF is #B8BA00. Grayscale: #5A5A5A. Windows color (decimal): -12106241 or 16729415. OLE color: 16729415.

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

Color convert

RGB 71 69 255 -
CMYK 0.72 0.73 0 0
HSL 240.65º 1% 0.64% -
HSV(B) 240.65º 0.73% 1% -
XYZ 22.78 12.82 95.88 -
YUV 90.8 220.66 113.88 -
System Red Green Blue C M Y K H S L
Decimal 71 69 255 0.72 0.73 0 0 240.65 1 0.64
Hex 47 45 FF 48 49 0 0 F1 64 40
Octal 107 105 377 110 111 0 0 361 144 100
Binary 1000111 1000101 11111111 1001000 1001001 0 0 11110001 1100100 1000000

Color Harmonies of #4745FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4745FF

Black with #4745FF

Text Example


Text Example

White with #4745FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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