Html Css Color HEX #4635DB Neon Blue

📋 copy color: '#4635DB'

red 70 ◦ green 53 ◦ blue 219

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

Shades of Neon Blue #4635DB

Tints of Neon Blue #4635DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.04%

R = 20.47%
G = 15.5%
B = 64.04%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4635DB (or 0x4635DB) is known color: Neon Blue. HEX triplet: 46, 35 and DB. RGB value is (70,53,219). Sum of RGB (Red+Green+Blue) = 70+53+219=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #4635DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4635DB is #B9CA24. Grayscale: #4C4C4C. Windows color (decimal): -12175909 or 14366022. OLE color: 14366022.

HSL color Cylindrical-coordinate representation of color #4635DB: hue angle of 246.14º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4635DB is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 53 219 -
CMYK 0.68 0.76 0 0.14
HSL 246.14º 0.7% 0.53% -
HSV(B) 246.14º 0.76% 0.86% -
XYZ 16.59 8.96 67.87 -
YUV 77.01 208.13 123 -
System Red Green Blue C M Y K H S L
Decimal 70 53 219 0.68 0.76 0 0.14 246.14 0.7 0.53
Hex 46 35 DB 44 4C 0 E F6 46 35
Octal 106 65 333 104 114 0 16 366 106 65
Binary 1000110 110101 11011011 1000100 1001100 0 1110 11110110 1000110 110101

Color Harmonies of #4635DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4635DB

Black with #4635DB

Text Example


Text Example

White with #4635DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4635DB; }

 p { color: rgb(70,53,219); }

 H1.HeaderClassName
 {
   color: #4635DB;
 }
 .AnyTagClassName
 {
   color: #4635DB;
 }
</style>

background-color css

<style>
 a { background-color: #4635DB; }

 a { background-color: rgb(70,53,219); }

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

border-color css

<style>
 span { border-color: #4635DB; }

 span { border-color: rgb(70,53,219); }

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