Html Css Color HEX #463CFF Neon Blue

📋 copy color: '#463CFF'

red 70 ◦ green 60 ◦ blue 255

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

Shades of Neon Blue #463CFF

Tints of Neon Blue #463CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.58%

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

R = 18.18%
G = 15.58%
B = 66.23%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#463CFF (or 0x463CFF) is known color: Neon Blue. HEX triplet: 46, 3C and FF. RGB value is (70,60,255). Sum of RGB (Red+Green+Blue) = 70+60+255=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #463CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463CFF is #B9C300. Grayscale: #545454. Windows color (decimal): -12174081 or 16727110. OLE color: 16727110.

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

Color convert

RGB 70 60 255 -
CMYK 0.73 0.76 0 0
HSL 243.08º 1% 0.62% -
HSV(B) 243.08º 0.76% 1% -
XYZ 22.19 11.75 95.71 -
YUV 85.22 223.81 117.14 -
System Red Green Blue C M Y K H S L
Decimal 70 60 255 0.73 0.76 0 0 243.08 1 0.62
Hex 46 3C FF 49 4C 0 0 F3 64 3E
Octal 106 74 377 111 114 0 0 363 144 76
Binary 1000110 111100 11111111 1001001 1001100 0 0 11110011 1100100 111110

Color Harmonies of #463CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CFF

Black with #463CFF

Text Example


Text Example

White with #463CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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