Html Css Color HEX #463DF2 Neon Blue

📋 copy color: '#463DF2'

red 70 ◦ green 61 ◦ blue 242

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

Shades of Neon Blue #463DF2

Tints of Neon Blue #463DF2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.35%

 BLUE value IS 242 (94.92% from 255) = 64.88%

R = 18.77%
G = 16.35%
B = 64.88%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#463DF2 (or 0x463DF2) is known color: Neon Blue. HEX triplet: 46, 3D and F2. RGB value is (70,61,242). Sum of RGB (Red+Green+Blue) = 70+61+242=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 242 (94.92% from 255 or 64.88% from 373); Max value from RGB is 242 - color contains mainly: blue. Hex color #463DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463DF2 is #B9C20D. Grayscale: #535353. Windows color (decimal): -12173838 or 15875398. OLE color: 15875398.

HSL color Cylindrical-coordinate representation of color #463DF2: hue angle of 242.98º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #463DF2 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 61 242 -
CMYK 0.71 0.75 0 0.05
HSL 242.98º 0.87% 0.59% -
HSV(B) 242.98º 0.75% 0.95% -
XYZ 20.22 11.05 85.07 -
YUV 84.33 216.98 117.78 -
System Red Green Blue C M Y K H S L
Decimal 70 61 242 0.71 0.75 0 0.05 242.98 0.87 0.59
Hex 46 3D F2 47 4B 0 5 F3 57 3B
Octal 106 75 362 107 113 0 5 363 127 73
Binary 1000110 111101 11110010 1000111 1001011 0 101 11110011 1010111 111011

Color Harmonies of #463DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463DF2

Black with #463DF2

Text Example


Text Example

White with #463DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,61,242); }

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

background-color css

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

 a { background-color: rgb(70,61,242); }

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

border-color css

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

 span { border-color: rgb(70,61,242); }

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