Html Css Color HEX #4041FA Neon Blue

📋 copy color: '#4041FA'

red 64 ◦ green 65 ◦ blue 250

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

Shades of Neon Blue #4041FA

Tints of Neon Blue #4041FA

RGB

 RED value IS 64 (25.39% from 255) = 16.89%

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

 BLUE value IS 250 (98.05% from 255) = 65.96%

R = 16.89%
G = 17.15%
B = 65.96%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4041FA (or 0x4041FA) is known color: Neon Blue. HEX triplet: 40, 41 and FA. RGB value is (64,65,250). Sum of RGB (Red+Green+Blue) = 64+65+250=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #4041FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4041FA is #BFBE05. Grayscale: #555555. Windows color (decimal): -12566022 or 16400704. OLE color: 16400704.

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

Color convert

RGB 64 65 250 -
CMYK 0.74 0.74 0 0.02
HSL 239.68º 0.95% 0.62% -
HSV(B) 239.68º 0.74% 0.98% -
XYZ 21.26 11.77 91.59 -
YUV 85.79 220.67 112.46 -
System Red Green Blue C M Y K H S L
Decimal 64 65 250 0.74 0.74 0 0.02 239.68 0.95 0.62
Hex 40 41 FA 4A 4A 0 2 F0 5F 3E
Octal 100 101 372 112 112 0 2 360 137 76
Binary 1000000 1000001 11111010 1001010 1001010 0 10 11110000 1011111 111110

Color Harmonies of #4041FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4041FA

Black with #4041FA

Text Example


Text Example

White with #4041FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4041FA; }

 p { color: rgb(64,65,250); }

 H1.HeaderClassName
 {
   color: #4041FA;
 }
 .AnyTagClassName
 {
   color: #4041FA;
 }
</style>

background-color css

<style>
 a { background-color: #4041FA; }

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

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

border-color css

<style>
 span { border-color: #4041FA; }

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

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