Html Css Color HEX #464BFF Neon Blue

📋 copy color: '#464BFF'

red 70 ◦ green 75 ◦ blue 255

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

Shades of Neon Blue #464BFF

Tints of Neon Blue #464BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.75%

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

R = 17.5%
G = 18.75%
B = 63.75%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#464BFF (or 0x464BFF) is known color: Neon Blue. HEX triplet: 46, 4B and FF. RGB value is (70,75,255). Sum of RGB (Red+Green+Blue) = 70+75+255=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #464BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464BFF is #B9B400. Grayscale: #5D5D5D. Windows color (decimal): -12170241 or 16730950. OLE color: 16730950.

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

Color convert

RGB 70 75 255 -
CMYK 0.73 0.71 0 0
HSL 238.38º 1% 0.64% -
HSV(B) 238.38º 0.73% 1% -
XYZ 23.09 13.55 96.01 -
YUV 94.03 218.84 110.86 -
System Red Green Blue C M Y K H S L
Decimal 70 75 255 0.73 0.71 0 0 238.38 1 0.64
Hex 46 4B FF 49 47 0 0 EE 64 40
Octal 106 113 377 111 107 0 0 356 144 100
Binary 1000110 1001011 11111111 1001001 1000111 0 0 11101110 1100100 1000000

Color Harmonies of #464BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BFF

Black with #464BFF

Text Example


Text Example

White with #464BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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