Html Css Color HEX #4157FA Neon Blue

📋 copy color: '#4157FA'

red 65 ◦ green 87 ◦ blue 250

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

Shades of Neon Blue #4157FA

Tints of Neon Blue #4157FA

RGB

 RED value IS 65 (25.78% from 255) = 16.17%

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

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

R = 16.17%
G = 21.64%
B = 62.19%

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

#4157FA (or 0x4157FA) is known color: Neon Blue. HEX triplet: 41, 57 and FA. RGB value is (65,87,250). Sum of RGB (Red+Green+Blue) = 65+87+250=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #4157FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4157FA is #BEA805. Grayscale: #626262. Windows color (decimal): -12494854 or 16406337. OLE color: 16406337.

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

Color convert

RGB 65 87 250 -
CMYK 0.74 0.65 0 0.02
HSL 232.86º 0.95% 0.62% -
HSV(B) 232.86º 0.74% 0.98% -
XYZ 22.84 14.84 92.1 -
YUV 99 213.21 103.75 -
System Red Green Blue C M Y K H S L
Decimal 65 87 250 0.74 0.65 0 0.02 232.86 0.95 0.62
Hex 41 57 FA 4A 41 0 2 E9 5F 3E
Octal 101 127 372 112 101 0 2 351 137 76
Binary 1000001 1010111 11111010 1001010 1000001 0 10 11101001 1011111 111110

Color Harmonies of #4157FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4157FA

Black with #4157FA

Text Example


Text Example

White with #4157FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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