Html Css Color HEX #464BEF Neon Blue

📋 copy color: '#464BEF'

red 70 ◦ green 75 ◦ blue 239

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

Shades of Neon Blue #464BEF

Tints of Neon Blue #464BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.24%

R = 18.23%
G = 19.53%
B = 62.24%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#464BEF (or 0x464BEF) is known color: Neon Blue. HEX triplet: 46, 4B and EF. RGB value is (70,75,239). Sum of RGB (Red+Green+Blue) = 70+75+239=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #464BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464BEF is #B9B410. Grayscale: #5B5B5B. Windows color (decimal): -12170257 or 15682374. OLE color: 15682374.

HSL color Cylindrical-coordinate representation of color #464BEF: hue angle of 238.22º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #464BEF is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 75 239 -
CMYK 0.71 0.69 0 0.06
HSL 238.22º 0.84% 0.61% -
HSV(B) 238.22º 0.71% 0.94% -
XYZ 20.62 12.57 83 -
YUV 92.2 210.84 112.16 -
System Red Green Blue C M Y K H S L
Decimal 70 75 239 0.71 0.69 0 0.06 238.22 0.84 0.61
Hex 46 4B EF 47 45 0 6 EE 54 3D
Octal 106 113 357 107 105 0 6 356 124 75
Binary 1000110 1001011 11101111 1000111 1000101 0 110 11101110 1010100 111101

Color Harmonies of #464BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BEF

Black with #464BEF

Text Example


Text Example

White with #464BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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