Html Css Color HEX #4158FA Neon Blue

📋 copy color: '#4158FA'

red 65 ◦ green 88 ◦ blue 250

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

Shades of Neon Blue #4158FA

Tints of Neon Blue #4158FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.84%

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

R = 16.13%
G = 21.84%
B = 62.03%

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

#4158FA (or 0x4158FA) is known color: Neon Blue. HEX triplet: 41, 58 and FA. RGB value is (65,88,250). Sum of RGB (Red+Green+Blue) = 65+88+250=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #4158FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4158FA is #BEA705. Grayscale: #626262. Windows color (decimal): -12494598 or 16406593. OLE color: 16406593.

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

Color convert

RGB 65 88 250 -
CMYK 0.74 0.65 0 0.02
HSL 232.54º 0.95% 0.62% -
HSV(B) 232.54º 0.74% 0.98% -
XYZ 22.93 15.01 92.13 -
YUV 99.59 212.88 103.33 -
System Red Green Blue C M Y K H S L
Decimal 65 88 250 0.74 0.65 0 0.02 232.54 0.95 0.62
Hex 41 58 FA 4A 41 0 2 E9 5F 3E
Octal 101 130 372 112 101 0 2 351 137 76
Binary 1000001 1011000 11111010 1001010 1000001 0 10 11101001 1011111 111110

Color Harmonies of #4158FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4158FA

Black with #4158FA

Text Example


Text Example

White with #4158FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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