Html Css Color HEX #4650FA Neon Blue

📋 copy color: '#4650FA'

red 70 ◦ green 80 ◦ blue 250

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

Shades of Neon Blue #4650FA

Tints of Neon Blue #4650FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20%

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

R = 17.5%
G = 20%
B = 62.5%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4650FA (or 0x4650FA) is known color: Neon Blue. HEX triplet: 46, 50 and FA. RGB value is (70,80,250). Sum of RGB (Red+Green+Blue) = 70+80+250=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #4650FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4650FA is #B9AF05. Grayscale: #5F5F5F. Windows color (decimal): -12168966 or 16404550. OLE color: 16404550.

HSL color Cylindrical-coordinate representation of color #4650FA: hue angle of 236.67º 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 #4650FA is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 80 250 -
CMYK 0.72 0.68 0 0.02
HSL 236.67º 0.95% 0.63% -
HSV(B) 236.67º 0.72% 0.98% -
XYZ 22.65 13.94 91.94 -
YUV 96.39 214.69 109.18 -
System Red Green Blue C M Y K H S L
Decimal 70 80 250 0.72 0.68 0 0.02 236.67 0.95 0.63
Hex 46 50 FA 48 44 0 2 ED 5F 3F
Octal 106 120 372 110 104 0 2 355 137 77
Binary 1000110 1010000 11111010 1001000 1000100 0 10 11101101 1011111 111111

Color Harmonies of #4650FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4650FA

Black with #4650FA

Text Example


Text Example

White with #4650FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4650FA; }

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

 H1.HeaderClassName
 {
   color: #4650FA;
 }
 .AnyTagClassName
 {
   color: #4650FA;
 }
</style>

background-color css

<style>
 a { background-color: #4650FA; }

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

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

border-color css

<style>
 span { border-color: #4650FA; }

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

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