Html Css Color HEX #464EFA Neon Blue

📋 copy color: '#464EFA'

red 70 ◦ green 78 ◦ blue 250

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

Shades of Neon Blue #464EFA

Tints of Neon Blue #464EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.6%

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 17.59%
G = 19.6%
B = 62.81%

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

#464EFA (or 0x464EFA) is known color: Neon Blue. HEX triplet: 46, 4E and FA. RGB value is (70,78,250). Sum of RGB (Red+Green+Blue) = 70+78+250=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #464EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464EFA is #B9B105. Grayscale: #5E5E5E. Windows color (decimal): -12169478 or 16404038. OLE color: 16404038.

HSL color Cylindrical-coordinate representation of color #464EFA: hue angle of 237.33º degrees, saturation: 0.95, 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 #464EFA is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 78 250 -
CMYK 0.72 0.69 0 0.02
HSL 237.33º 0.95% 0.63% -
HSV(B) 237.33º 0.72% 0.98% -
XYZ 22.51 13.65 91.89 -
YUV 95.22 215.35 110.01 -
System Red Green Blue C M Y K H S L
Decimal 70 78 250 0.72 0.69 0 0.02 237.33 0.95 0.63
Hex 46 4E FA 48 45 0 2 ED 5F 3F
Octal 106 116 372 110 105 0 2 355 137 77
Binary 1000110 1001110 11111010 1001000 1000101 0 10 11101101 1011111 111111

Color Harmonies of #464EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464EFA

Black with #464EFA

Text Example


Text Example

White with #464EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,78,250); }

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

background-color css

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

 a { background-color: rgb(70,78,250); }

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

border-color css

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

 span { border-color: rgb(70,78,250); }

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