Html Css Color HEX #4752FD Neon Blue

📋 copy color: '#4752FD'

red 71 ◦ green 82 ◦ blue 253

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

Shades of Neon Blue #4752FD

Tints of Neon Blue #4752FD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.2%

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

R = 17.49%
G = 20.2%
B = 62.32%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4752FD (or 0x4752FD) is known color: Neon Blue. HEX triplet: 47, 52 and FD. RGB value is (71,82,253). Sum of RGB (Red+Green+Blue) = 71+82+253=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #4752FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4752FD is #B8AD02. Grayscale: #616161. Windows color (decimal): -12102915 or 16601671. OLE color: 16601671.

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

Color convert

RGB 71 82 253 -
CMYK 0.72 0.68 0 0.01
HSL 236.37º 0.98% 0.64% -
HSV(B) 236.37º 0.72% 0.99% -
XYZ 23.35 14.47 94.49 -
YUV 98.21 215.36 108.6 -
System Red Green Blue C M Y K H S L
Decimal 71 82 253 0.72 0.68 0 0.01 236.37 0.98 0.64
Hex 47 52 FD 48 44 0 1 EC 62 40
Octal 107 122 375 110 104 0 1 354 142 100
Binary 1000111 1010010 11111101 1001000 1000100 0 1 11101100 1100010 1000000

Color Harmonies of #4752FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4752FD

Black with #4752FD

Text Example


Text Example

White with #4752FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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