Html Css Color HEX #4141FD Neon Blue

📋 copy color: '#4141FD'

red 65 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #4141FD

Tints of Neon Blue #4141FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.97%

 BLUE value IS 253 (99.22% from 255) = 66.06%

R = 16.97%
G = 16.97%
B = 66.06%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4141FD (or 0x4141FD) is known color: Neon Blue. HEX triplet: 41, 41 and FD. RGB value is (65,65,253). Sum of RGB (Red+Green+Blue) = 65+65+253=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #4141FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4141FD is #BEBE02. Grayscale: #555555. Windows color (decimal): -12500483 or 16597313. OLE color: 16597313.

HSL color Cylindrical-coordinate representation of color #4141FD: hue angle of 240º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4141FD is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 65 253 -
CMYK 0.74 0.74 0 0.01
HSL 240º 0.98% 0.62% -
HSV(B) 240º 0.74% 0.99% -
XYZ 21.8 12 94.1 -
YUV 86.43 222 112.71 -
System Red Green Blue C M Y K H S L
Decimal 65 65 253 0.74 0.74 0 0.01 240 0.98 0.62
Hex 41 41 FD 4A 4A 0 1 F0 62 3E
Octal 101 101 375 112 112 0 1 360 142 76
Binary 1000001 1000001 11111101 1001010 1001010 0 1 11110000 1100010 111110

Color Harmonies of #4141FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4141FD

Black with #4141FD

Text Example


Text Example

White with #4141FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4141FD; }

 p { color: rgb(65,65,253); }

 H1.HeaderClassName
 {
   color: #4141FD;
 }
 .AnyTagClassName
 {
   color: #4141FD;
 }
</style>

background-color css

<style>
 a { background-color: #4141FD; }

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

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

border-color css

<style>
 span { border-color: #4141FD; }

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

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