Html Css Color HEX #4762FF Neon Blue

📋 copy color: '#4762FF'

red 71 ◦ green 98 ◦ blue 255

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

Shades of Neon Blue #4762FF

Tints of Neon Blue #4762FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.11%

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

R = 16.75%
G = 23.11%
B = 60.14%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4762FF (or 0x4762FF) is known color: Neon Blue. HEX triplet: 47, 62 and FF. RGB value is (71,98,255). Sum of RGB (Red+Green+Blue) = 71+98+255=424 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.75% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #4762FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4762FF is #B89D00. Grayscale: #6B6B6B. Windows color (decimal): -12098817 or 16736839. OLE color: 16736839.

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

Color convert

RGB 71 98 255 -
CMYK 0.72 0.62 0 0
HSL 231.2º 1% 0.64% -
HSV(B) 231.2º 0.72% 1% -
XYZ 25.02 17.29 96.63 -
YUV 107.83 211.05 101.73 -
System Red Green Blue C M Y K H S L
Decimal 71 98 255 0.72 0.62 0 0 231.2 1 0.64
Hex 47 62 FF 48 3E 0 0 E7 64 40
Octal 107 142 377 110 76 0 0 347 144 100
Binary 1000111 1100010 11111111 1001000 111110 0 0 11100111 1100100 1000000

Color Harmonies of #4762FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4762FF

Black with #4762FF

Text Example


Text Example

White with #4762FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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