Html Css Color HEX #4135FE Neon Blue

📋 copy color: '#4135FE'

red 65 ◦ green 53 ◦ blue 254

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

Shades of Neon Blue #4135FE

Tints of Neon Blue #4135FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.28%

R = 17.47%
G = 14.25%
B = 68.28%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4135FE (or 0x4135FE) is known color: Neon Blue. HEX triplet: 41, 35 and FE. RGB value is (65,53,254). Sum of RGB (Red+Green+Blue) = 65+53+254=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #4135FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4135FE is #BECA01. Grayscale: #4E4E4E. Windows color (decimal): -12503554 or 16659777. OLE color: 16659777.

HSL color Cylindrical-coordinate representation of color #4135FE: hue angle of 243.58º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4135FE is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 65 53 254 -
CMYK 0.74 0.79 0 0.00
HSL 243.58º 0.99% 0.6% -
HSV(B) 243.58º 0.79% 1% -
XYZ 21.34 10.83 94.73 -
YUV 79.5 226.48 117.66 -
System Red Green Blue C M Y K H S L
Decimal 65 53 254 0.74 0.79 0 0.00 243.58 0.99 0.6
Hex 41 35 FE 4A 4F 0 0 F4 63 3C
Octal 101 65 376 112 117 0 0 364 143 74
Binary 1000001 110101 11111110 1001010 1001111 0 0 11110100 1100011 111100

Color Harmonies of #4135FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4135FE

Black with #4135FE

Text Example


Text Example

White with #4135FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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