Html Css Color HEX #4057FA Neon Blue

📋 copy color: '#4057FA'

red 64 ◦ green 87 ◦ blue 250

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

Shades of Neon Blue #4057FA

Tints of Neon Blue #4057FA

RGB

 RED value IS 64 (25.39% from 255) = 15.96%

 GREEN value IS 87 (34.38% from 255) = 21.7%

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

R = 15.96%
G = 21.7%
B = 62.34%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4057FA (or 0x4057FA) is known color: Neon Blue. HEX triplet: 40, 57 and FA. RGB value is (64,87,250). Sum of RGB (Red+Green+Blue) = 64+87+250=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #4057FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4057FA is #BFA805. Grayscale: #626262. Windows color (decimal): -12560390 or 16406336. OLE color: 16406336.

HSL color Cylindrical-coordinate representation of color #4057FA: hue angle of 232.58º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4057FA is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 87 250 -
CMYK 0.74 0.65 0 0.02
HSL 232.58º 0.95% 0.62% -
HSV(B) 232.58º 0.74% 0.98% -
XYZ 22.78 14.81 92.1 -
YUV 98.71 213.38 103.25 -
System Red Green Blue C M Y K H S L
Decimal 64 87 250 0.74 0.65 0 0.02 232.58 0.95 0.62
Hex 40 57 FA 4A 41 0 2 E9 5F 3E
Octal 100 127 372 112 101 0 2 351 137 76
Binary 1000000 1010111 11111010 1001010 1000001 0 10 11101001 1011111 111110

Color Harmonies of #4057FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4057FA

Black with #4057FA

Text Example


Text Example

White with #4057FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,87,250); }

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

background-color css

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

 a { background-color: rgb(64,87,250); }

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

border-color css

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

 span { border-color: rgb(64,87,250); }

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