Html Css Color HEX #4631FF Neon Blue

📋 copy color: '#4631FF'

red 70 ◦ green 49 ◦ blue 255

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

Shades of Neon Blue #4631FF

Tints of Neon Blue #4631FF

RGB

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

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

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

R = 18.72%
G = 13.1%
B = 68.18%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4631FF (or 0x4631FF) is known color: Neon Blue. HEX triplet: 46, 31 and FF. RGB value is (70,49,255). Sum of RGB (Red+Green+Blue) = 70+49+255=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #4631FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4631FF is #B9CE00. Grayscale: #4D4D4D. Windows color (decimal): -12176897 or 16724294. OLE color: 16724294.

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

Color convert

RGB 70 49 255 -
CMYK 0.73 0.81 0 0
HSL 246.12º 1% 0.6% -
HSV(B) 246.12º 0.81% 1% -
XYZ 21.67 10.72 95.53 -
YUV 78.76 227.46 121.75 -
System Red Green Blue C M Y K H S L
Decimal 70 49 255 0.73 0.81 0 0 246.12 1 0.6
Hex 46 31 FF 49 51 0 0 F6 64 3C
Octal 106 61 377 111 121 0 0 366 144 74
Binary 1000110 110001 11111111 1001001 1010001 0 0 11110110 1100100 111100

Color Harmonies of #4631FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4631FF

Black with #4631FF

Text Example


Text Example

White with #4631FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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