Html Css Color HEX #4133F1 Neon Blue

📋 copy color: '#4133F1'

red 65 ◦ green 51 ◦ blue 241

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

Shades of Neon Blue #4133F1

Tints of Neon Blue #4133F1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.29%

 BLUE value IS 241 (94.53% from 255) = 67.51%

R = 18.21%
G = 14.29%
B = 67.51%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4133F1 (or 0x4133F1) is known color: Neon Blue. HEX triplet: 41, 33 and F1. RGB value is (65,51,241). Sum of RGB (Red+Green+Blue) = 65+51+241=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #4133F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4133F1 is #BECC0E. Grayscale: #4C4C4C. Windows color (decimal): -12504079 or 15807297. OLE color: 15807297.

HSL color Cylindrical-coordinate representation of color #4133F1: hue angle of 244.42º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4133F1 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 51 241 -
CMYK 0.73 0.79 0 0.05
HSL 244.42º 0.87% 0.57% -
HSV(B) 244.42º 0.79% 0.95% -
XYZ 19.24 9.84 84.1 -
YUV 76.85 220.64 119.55 -
System Red Green Blue C M Y K H S L
Decimal 65 51 241 0.73 0.79 0 0.05 244.42 0.87 0.57
Hex 41 33 F1 49 4F 0 5 F4 57 39
Octal 101 63 361 111 117 0 5 364 127 71
Binary 1000001 110011 11110001 1001001 1001111 0 101 11110100 1010111 111001

Color Harmonies of #4133F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4133F1

Black with #4133F1

Text Example


Text Example

White with #4133F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4133F1; }

 p { color: rgb(65,51,241); }

 H1.HeaderClassName
 {
   color: #4133F1;
 }
 .AnyTagClassName
 {
   color: #4133F1;
 }
</style>

background-color css

<style>
 a { background-color: #4133F1; }

 a { background-color: rgb(65,51,241); }

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

border-color css

<style>
 span { border-color: #4133F1; }

 span { border-color: rgb(65,51,241); }

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