Html Css Color HEX #4137FF Neon Blue

📋 copy color: '#4137FF'

red 65 ◦ green 55 ◦ blue 255

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

Shades of Neon Blue #4137FF

Tints of Neon Blue #4137FF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.67%

 BLUE value IS 255 (100% from 255) = 68%

R = 17.33%
G = 14.67%
B = 68%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4137FF (or 0x4137FF) is known color: Neon Blue. HEX triplet: 41, 37 and FF. RGB value is (65,55,255). Sum of RGB (Red+Green+Blue) = 65+55+255=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #4137FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4137FF is #BEC800. Grayscale: #505050. Windows color (decimal): -12503041 or 16725825. OLE color: 16725825.

HSL color Cylindrical-coordinate representation of color #4137FF: hue angle of 243º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4137FF is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 65 55 255 -
CMYK 0.75 0.78 0 0
HSL 243º 1% 0.61% -
HSV(B) 243º 0.78% 1% -
XYZ 21.6 11.08 95.61 -
YUV 80.79 226.31 116.74 -
System Red Green Blue C M Y K H S L
Decimal 65 55 255 0.75 0.78 0 0 243 1 0.61
Hex 41 37 FF 4B 4E 0 0 F3 64 3D
Octal 101 67 377 113 116 0 0 363 144 75
Binary 1000001 110111 11111111 1001011 1001110 0 0 11110011 1100100 111101

Color Harmonies of #4137FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4137FF

Black with #4137FF

Text Example


Text Example

White with #4137FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4137FF; }

 p { color: rgb(65,55,255); }

 H1.HeaderClassName
 {
   color: #4137FF;
 }
 .AnyTagClassName
 {
   color: #4137FF;
 }
</style>

background-color css

<style>
 a { background-color: #4137FF; }

 a { background-color: rgb(65,55,255); }

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

border-color css

<style>
 span { border-color: #4137FF; }

 span { border-color: rgb(65,55,255); }

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