Html Css Color HEX #4241FA Neon Blue

📋 copy color: '#4241FA'

red 66 ◦ green 65 ◦ blue 250

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

Shades of Neon Blue #4241FA

Tints of Neon Blue #4241FA

RGB

 RED value IS 66 (26.17% from 255) = 17.32%

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

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

R = 17.32%
G = 17.06%
B = 65.62%

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

#4241FA (or 0x4241FA) is known color: Neon Blue. HEX triplet: 42, 41 and FA. RGB value is (66,65,250). Sum of RGB (Red+Green+Blue) = 66+65+250=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #4241FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4241FA is #BDBE05. Grayscale: #555555. Windows color (decimal): -12434950 or 16400706. OLE color: 16400706.

HSL color Cylindrical-coordinate representation of color #4241FA: hue angle of 240.32º 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 #4241FA is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 65 250 -
CMYK 0.74 0.74 0 0.02
HSL 240.32º 0.95% 0.62% -
HSV(B) 240.32º 0.74% 0.98% -
XYZ 21.39 11.84 91.6 -
YUV 86.39 220.33 113.46 -
System Red Green Blue C M Y K H S L
Decimal 66 65 250 0.74 0.74 0 0.02 240.32 0.95 0.62
Hex 42 41 FA 4A 4A 0 2 F0 5F 3E
Octal 102 101 372 112 112 0 2 360 137 76
Binary 1000010 1000001 11111010 1001010 1001010 0 10 11110000 1011111 111110

Color Harmonies of #4241FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4241FA

Black with #4241FA

Text Example


Text Example

White with #4241FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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