Html Css Color HEX #463BFC Neon Blue

📋 copy color: '#463BFC'

red 70 ◦ green 59 ◦ blue 252

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

Shades of Neon Blue #463BFC

Tints of Neon Blue #463BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 18.37%
G = 15.49%
B = 66.14%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#463BFC (or 0x463BFC) is known color: Neon Blue. HEX triplet: 46, 3B and FC. RGB value is (70,59,252). Sum of RGB (Red+Green+Blue) = 70+59+252=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #463BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463BFC is #B9C403. Grayscale: #535353. Windows color (decimal): -12174340 or 16530246. OLE color: 16530246.

HSL color Cylindrical-coordinate representation of color #463BFC: hue angle of 243.42º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #463BFC is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 59 252 -
CMYK 0.72 0.77 0 0.01
HSL 243.42º 0.97% 0.61% -
HSV(B) 243.42º 0.77% 0.99% -
XYZ 21.66 11.46 93.17 -
YUV 84.29 222.64 117.81 -
System Red Green Blue C M Y K H S L
Decimal 70 59 252 0.72 0.77 0 0.01 243.42 0.97 0.61
Hex 46 3B FC 48 4D 0 1 F3 61 3D
Octal 106 73 374 110 115 0 1 363 141 75
Binary 1000110 111011 11111100 1001000 1001101 0 1 11110011 1100001 111101

Color Harmonies of #463BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463BFC

Black with #463BFC

Text Example


Text Example

White with #463BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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