Html Css Color HEX #463BFB Neon Blue

📋 copy color: '#463BFB'

red 70 ◦ green 59 ◦ blue 251

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

Shades of Neon Blue #463BFB

Tints of Neon Blue #463BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.05%

R = 18.42%
G = 15.53%
B = 66.05%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#463BFB (or 0x463BFB) is known color: Neon Blue. HEX triplet: 46, 3B and FB. RGB value is (70,59,251). Sum of RGB (Red+Green+Blue) = 70+59+251=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #463BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463BFB is #B9C404. Grayscale: #535353. Windows color (decimal): -12174341 or 16464710. OLE color: 16464710.

HSL color Cylindrical-coordinate representation of color #463BFB: hue angle of 243.44º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #463BFB is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 59 251 -
CMYK 0.72 0.76 0 0.02
HSL 243.44º 0.96% 0.61% -
HSV(B) 243.44º 0.76% 0.98% -
XYZ 21.5 11.4 92.33 -
YUV 84.18 222.14 117.89 -
System Red Green Blue C M Y K H S L
Decimal 70 59 251 0.72 0.76 0 0.02 243.44 0.96 0.61
Hex 46 3B FB 48 4C 0 2 F3 60 3D
Octal 106 73 373 110 114 0 2 363 140 75
Binary 1000110 111011 11111011 1001000 1001100 0 10 11110011 1100000 111101

Color Harmonies of #463BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463BFB

Black with #463BFB

Text Example


Text Example

White with #463BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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