Html Css Color HEX #4735FE Neon Blue

📋 copy color: '#4735FE'

red 71 ◦ green 53 ◦ blue 254

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

Shades of Neon Blue #4735FE

Tints of Neon Blue #4735FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.02%

 BLUE value IS 254 (99.61% from 255) = 67.2%

R = 18.78%
G = 14.02%
B = 67.2%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4735FE (or 0x4735FE) is known color: Neon Blue. HEX triplet: 47, 35 and FE. RGB value is (71,53,254). Sum of RGB (Red+Green+Blue) = 71+53+254=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #4735FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4735FE is #B8CA01. Grayscale: #505050. Windows color (decimal): -12110338 or 16659783. OLE color: 16659783.

HSL color Cylindrical-coordinate representation of color #4735FE: hue angle of 245.37º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4735FE is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 53 254 -
CMYK 0.72 0.79 0 0.00
HSL 245.37º 0.99% 0.6% -
HSV(B) 245.37º 0.79% 1% -
XYZ 21.76 11.04 94.75 -
YUV 81.3 225.46 120.66 -
System Red Green Blue C M Y K H S L
Decimal 71 53 254 0.72 0.79 0 0.00 245.37 0.99 0.6
Hex 47 35 FE 48 4F 0 0 F5 63 3C
Octal 107 65 376 110 117 0 0 365 143 74
Binary 1000111 110101 11111110 1001000 1001111 0 0 11110101 1100011 111100

Color Harmonies of #4735FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4735FE

Black with #4735FE

Text Example


Text Example

White with #4735FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4735FE; }

 p { color: rgb(71,53,254); }

 H1.HeaderClassName
 {
   color: #4735FE;
 }
 .AnyTagClassName
 {
   color: #4735FE;
 }
</style>

background-color css

<style>
 a { background-color: #4735FE; }

 a { background-color: rgb(71,53,254); }

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

border-color css

<style>
 span { border-color: #4735FE; }

 span { border-color: rgb(71,53,254); }

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