Html Css Color HEX #463DFF Neon Blue

📋 copy color: '#463DFF'

red 70 ◦ green 61 ◦ blue 255

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

Shades of Neon Blue #463DFF

Tints of Neon Blue #463DFF

RGB

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

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

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

R = 18.13%
G = 15.8%
B = 66.06%

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

#463DFF (or 0x463DFF) is known color: Neon Blue. HEX triplet: 46, 3D and FF. RGB value is (70,61,255). Sum of RGB (Red+Green+Blue) = 70+61+255=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #463DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463DFF is #B9C200. Grayscale: #555555. Windows color (decimal): -12173825 or 16727366. OLE color: 16727366.

HSL color Cylindrical-coordinate representation of color #463DFF: hue angle of 242.78º 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 #463DFF is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 61 255 -
CMYK 0.73 0.76 0 0
HSL 242.78º 1% 0.62% -
HSV(B) 242.78º 0.76% 1% -
XYZ 22.24 11.86 95.72 -
YUV 85.81 223.48 116.73 -
System Red Green Blue C M Y K H S L
Decimal 70 61 255 0.73 0.76 0 0 242.78 1 0.62
Hex 46 3D FF 49 4C 0 0 F3 64 3E
Octal 106 75 377 111 114 0 0 363 144 76
Binary 1000110 111101 11111111 1001001 1001100 0 0 11110011 1100100 111110

Color Harmonies of #463DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463DFF

Black with #463DFF

Text Example


Text Example

White with #463DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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