Html Css Color HEX #4631FD Neon Blue

📋 copy color: '#4631FD'

red 70 ◦ green 49 ◦ blue 253

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

Shades of Neon Blue #4631FD

Tints of Neon Blue #4631FD

RGB

 RED value IS 70 (27.73% from 255) = 18.82%

 GREEN value IS 49 (19.53% from 255) = 13.17%

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

R = 18.82%
G = 13.17%
B = 68.01%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4631FD (or 0x4631FD) is known color: Neon Blue. HEX triplet: 46, 31 and FD. RGB value is (70,49,253). Sum of RGB (Red+Green+Blue) = 70+49+253=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #4631FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4631FD is #B9CE02. Grayscale: #4D4D4D. Windows color (decimal): -12176899 or 16593222. OLE color: 16593222.

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

Color convert

RGB 70 49 253 -
CMYK 0.72 0.81 0 0.01
HSL 246.18º 0.98% 0.59% -
HSV(B) 246.18º 0.81% 0.99% -
XYZ 21.35 10.59 93.85 -
YUV 78.54 226.46 121.91 -
System Red Green Blue C M Y K H S L
Decimal 70 49 253 0.72 0.81 0 0.01 246.18 0.98 0.59
Hex 46 31 FD 48 51 0 1 F6 62 3B
Octal 106 61 375 110 121 0 1 366 142 73
Binary 1000110 110001 11111101 1001000 1010001 0 1 11110110 1100010 111011

Color Harmonies of #4631FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4631FD

Black with #4631FD

Text Example


Text Example

White with #4631FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,49,253); }

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

background-color css

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

 a { background-color: rgb(70,49,253); }

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

border-color css

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

 span { border-color: rgb(70,49,253); }

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