Html Css Color HEX #463FDD Neon Blue

📋 copy color: '#463FDD'

red 70 ◦ green 63 ◦ blue 221

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

Shades of Neon Blue #463FDD

Tints of Neon Blue #463FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 17.8%

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 19.77%
G = 17.8%
B = 62.43%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#463FDD (or 0x463FDD) is known color: Neon Blue. HEX triplet: 46, 3F and DD. RGB value is (70,63,221). Sum of RGB (Red+Green+Blue) = 70+63+221=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #463FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FDD is #B9C022. Grayscale: #525252. Windows color (decimal): -12173347 or 14499654. OLE color: 14499654.

HSL color Cylindrical-coordinate representation of color #463FDD: hue angle of 242.66º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #463FDD is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 63 221 -
CMYK 0.68 0.71 0 0.13
HSL 242.66º 0.7% 0.56% -
HSV(B) 242.66º 0.71% 0.87% -
XYZ 17.35 10.08 69.44 -
YUV 83.11 205.82 118.65 -
System Red Green Blue C M Y K H S L
Decimal 70 63 221 0.68 0.71 0 0.13 242.66 0.7 0.56
Hex 46 3F DD 44 47 0 D F3 46 38
Octal 106 77 335 104 107 0 15 363 106 70
Binary 1000110 111111 11011101 1000100 1000111 0 1101 11110011 1000110 111000

Color Harmonies of #463FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463FDD

Black with #463FDD

Text Example


Text Example

White with #463FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463FDD; }

 p { color: rgb(70,63,221); }

 H1.HeaderClassName
 {
   color: #463FDD;
 }
 .AnyTagClassName
 {
   color: #463FDD;
 }
</style>

background-color css

<style>
 a { background-color: #463FDD; }

 a { background-color: rgb(70,63,221); }

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

border-color css

<style>
 span { border-color: #463FDD; }

 span { border-color: rgb(70,63,221); }

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