Html Css Color HEX #464DFB Neon Blue

📋 copy color: '#464DFB'

red 70 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #464DFB

Tints of Neon Blue #464DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.35%

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

R = 17.59%
G = 19.35%
B = 63.07%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#464DFB (or 0x464DFB) is known color: Neon Blue. HEX triplet: 46, 4D and FB. RGB value is (70,77,251). Sum of RGB (Red+Green+Blue) = 70+77+251=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #464DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464DFB is #B9B204. Grayscale: #5E5E5E. Windows color (decimal): -12169733 or 16469318. OLE color: 16469318.

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

Color convert

RGB 70 77 251 -
CMYK 0.72 0.69 0 0.02
HSL 237.68º 0.96% 0.63% -
HSV(B) 237.68º 0.72% 0.98% -
XYZ 22.59 13.57 92.7 -
YUV 94.74 216.18 110.35 -
System Red Green Blue C M Y K H S L
Decimal 70 77 251 0.72 0.69 0 0.02 237.68 0.96 0.63
Hex 46 4D FB 48 45 0 2 EE 60 3F
Octal 106 115 373 110 105 0 2 356 140 77
Binary 1000110 1001101 11111011 1001000 1000101 0 10 11101110 1100000 111111

Color Harmonies of #464DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DFB

Black with #464DFB

Text Example


Text Example

White with #464DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464DFB; }

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

 H1.HeaderClassName
 {
   color: #464DFB;
 }
 .AnyTagClassName
 {
   color: #464DFB;
 }
</style>

background-color css

<style>
 a { background-color: #464DFB; }

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

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

border-color css

<style>
 span { border-color: #464DFB; }

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

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