Html Css Color HEX #4338FA Neon Blue

📋 copy color: '#4338FA'

red 67 ◦ green 56 ◦ blue 250

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

Shades of Neon Blue #4338FA

Tints of Neon Blue #4338FA

RGB

 RED value IS 67 (26.56% from 255) = 17.96%

 GREEN value IS 56 (22.27% from 255) = 15.01%

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

R = 17.96%
G = 15.01%
B = 67.02%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4338FA (or 0x4338FA) is known color: Neon Blue. HEX triplet: 43, 38 and FA. RGB value is (67,56,250). Sum of RGB (Red+Green+Blue) = 67+56+250=373 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.96% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #4338FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4338FA is #BCC705. Grayscale: #505050. Windows color (decimal): -12371718 or 16398403. OLE color: 16398403.

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

Color convert

RGB 67 56 250 -
CMYK 0.73 0.78 0 0.02
HSL 243.4º 0.95% 0.6% -
HSV(B) 243.4º 0.78% 0.98% -
XYZ 20.98 10.92 91.44 -
YUV 81.41 223.14 117.73 -
System Red Green Blue C M Y K H S L
Decimal 67 56 250 0.73 0.78 0 0.02 243.4 0.95 0.6
Hex 43 38 FA 49 4E 0 2 F3 5F 3C
Octal 103 70 372 111 116 0 2 363 137 74
Binary 1000011 111000 11111010 1001001 1001110 0 10 11110011 1011111 111100

Color Harmonies of #4338FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4338FA

Black with #4338FA

Text Example


Text Example

White with #4338FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,56,250); }

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

background-color css

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

 a { background-color: rgb(67,56,250); }

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

border-color css

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

 span { border-color: rgb(67,56,250); }

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