Html Css Color HEX #4135F9 Neon Blue

📋 copy color: '#4135F9'

red 65 ◦ green 53 ◦ blue 249

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

Shades of Neon Blue #4135F9

Tints of Neon Blue #4135F9

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.44%

 BLUE value IS 249 (97.66% from 255) = 67.85%

R = 17.71%
G = 14.44%
B = 67.85%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4135F9 (or 0x4135F9) is known color: Neon Blue. HEX triplet: 41, 35 and F9. RGB value is (65,53,249). Sum of RGB (Red+Green+Blue) = 65+53+249=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 249 (97.66% from 255 or 67.85% from 367); Max value from RGB is 249 - color contains mainly: blue. Hex color #4135F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4135F9 is #BECA06. Grayscale: #4E4E4E. Windows color (decimal): -12503559 or 16332097. OLE color: 16332097.

HSL color Cylindrical-coordinate representation of color #4135F9: hue angle of 243.67º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4135F9 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 53 249 -
CMYK 0.74 0.79 0 0.02
HSL 243.67º 0.94% 0.59% -
HSV(B) 243.67º 0.79% 0.98% -
XYZ 20.55 10.51 90.57 -
YUV 78.93 223.98 118.06 -
System Red Green Blue C M Y K H S L
Decimal 65 53 249 0.74 0.79 0 0.02 243.67 0.94 0.59
Hex 41 35 F9 4A 4F 0 2 F4 5E 3B
Octal 101 65 371 112 117 0 2 364 136 73
Binary 1000001 110101 11111001 1001010 1001111 0 10 11110100 1011110 111011

Color Harmonies of #4135F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4135F9

Black with #4135F9

Text Example


Text Example

White with #4135F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4135F9; }

 p { color: rgb(65,53,249); }

 H1.HeaderClassName
 {
   color: #4135F9;
 }
 .AnyTagClassName
 {
   color: #4135F9;
 }
</style>

background-color css

<style>
 a { background-color: #4135F9; }

 a { background-color: rgb(65,53,249); }

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

border-color css

<style>
 span { border-color: #4135F9; }

 span { border-color: rgb(65,53,249); }

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