Html Css Color HEX #4148FA Neon Blue

📋 copy color: '#4148FA'

red 65 ◦ green 72 ◦ blue 250

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

Shades of Neon Blue #4148FA

Tints of Neon Blue #4148FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.6%

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

R = 16.8%
G = 18.6%
B = 64.6%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4148FA (or 0x4148FA) is known color: Neon Blue. HEX triplet: 41, 48 and FA. RGB value is (65,72,250). Sum of RGB (Red+Green+Blue) = 65+72+250=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #4148FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4148FA is #BEB705. Grayscale: #595959. Windows color (decimal): -12498694 or 16402497. OLE color: 16402497.

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

Color convert

RGB 65 72 250 -
CMYK 0.74 0.71 0 0.02
HSL 237.73º 0.95% 0.62% -
HSV(B) 237.73º 0.74% 0.98% -
XYZ 21.75 12.66 91.74 -
YUV 90.2 218.18 110.03 -
System Red Green Blue C M Y K H S L
Decimal 65 72 250 0.74 0.71 0 0.02 237.73 0.95 0.62
Hex 41 48 FA 4A 47 0 2 EE 5F 3E
Octal 101 110 372 112 107 0 2 356 137 76
Binary 1000001 1001000 11111010 1001010 1000111 0 10 11101110 1011111 111110

Color Harmonies of #4148FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4148FA

Black with #4148FA

Text Example


Text Example

White with #4148FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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