Html Css Color HEX #463BFF Neon Blue

📋 copy color: '#463BFF'

red 70 ◦ green 59 ◦ blue 255

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

Shades of Neon Blue #463BFF

Tints of Neon Blue #463BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.36%

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

R = 18.23%
G = 15.36%
B = 66.41%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#463BFF (or 0x463BFF) is known color: Neon Blue. HEX triplet: 46, 3B and FF. RGB value is (70,59,255). Sum of RGB (Red+Green+Blue) = 70+59+255=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #463BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463BFF is #B9C400. Grayscale: #535353. Windows color (decimal): -12174337 or 16726854. OLE color: 16726854.

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

Color convert

RGB 70 59 255 -
CMYK 0.73 0.77 0 0
HSL 243.37º 1% 0.62% -
HSV(B) 243.37º 0.77% 1% -
XYZ 22.14 11.65 95.69 -
YUV 84.63 224.14 117.56 -
System Red Green Blue C M Y K H S L
Decimal 70 59 255 0.73 0.77 0 0 243.37 1 0.62
Hex 46 3B FF 49 4D 0 0 F3 64 3E
Octal 106 73 377 111 115 0 0 363 144 76
Binary 1000110 111011 11111111 1001001 1001101 0 0 11110011 1100100 111110

Color Harmonies of #463BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463BFF

Black with #463BFF

Text Example


Text Example

White with #463BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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