Html Css Color HEX #4139FA Neon Blue

📋 copy color: '#4139FA'

red 65 ◦ green 57 ◦ blue 250

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

Shades of Neon Blue #4139FA

Tints of Neon Blue #4139FA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.32%

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

R = 17.47%
G = 15.32%
B = 67.2%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4139FA (or 0x4139FA) is known color: Neon Blue. HEX triplet: 41, 39 and FA. RGB value is (65,57,250). Sum of RGB (Red+Green+Blue) = 65+57+250=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #4139FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4139FA is #BEC605. Grayscale: #505050. Windows color (decimal): -12502534 or 16398657. OLE color: 16398657.

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

Color convert

RGB 65 57 250 -
CMYK 0.74 0.77 0 0.02
HSL 242.49º 0.95% 0.6% -
HSV(B) 242.49º 0.77% 0.98% -
XYZ 20.9 10.95 91.45 -
YUV 81.39 223.15 116.31 -
System Red Green Blue C M Y K H S L
Decimal 65 57 250 0.74 0.77 0 0.02 242.49 0.95 0.6
Hex 41 39 FA 4A 4D 0 2 F2 5F 3C
Octal 101 71 372 112 115 0 2 362 137 74
Binary 1000001 111001 11111010 1001010 1001101 0 10 11110010 1011111 111100

Color Harmonies of #4139FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4139FA

Black with #4139FA

Text Example


Text Example

White with #4139FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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