Html Css Color HEX #384CFA Neon Blue

📋 copy color: '#384CFA'

red 56 ◦ green 76 ◦ blue 250

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

Shades of Neon Blue #384CFA

Tints of Neon Blue #384CFA

RGB

 RED value IS 56 (22.27% from 255) = 14.66%

 GREEN value IS 76 (30.08% from 255) = 19.9%

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

R = 14.66%
G = 19.9%
B = 65.45%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#384CFA (or 0x384CFA) is known color: Neon Blue. HEX triplet: 38, 4C and FA. RGB value is (56,76,250). Sum of RGB (Red+Green+Blue) = 56+76+250=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #384CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CFA is #C7B305. Grayscale: #595959. Windows color (decimal): -13087494 or 16403512. OLE color: 16403512.

HSL color Cylindrical-coordinate representation of color #384CFA: hue angle of 233.81º 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 #384CFA is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 76 250 -
CMYK 0.78 0.70 0 0.02
HSL 233.81º 0.95% 0.6% -
HSV(B) 233.81º 0.78% 0.98% -
XYZ 21.47 12.91 91.8 -
YUV 89.86 218.37 103.85 -
System Red Green Blue C M Y K H S L
Decimal 56 76 250 0.78 0.70 0 0.02 233.81 0.95 0.6
Hex 38 4C FA 4E 46 0 2 EA 5F 3C
Octal 70 114 372 116 106 0 2 352 137 74
Binary 111000 1001100 11111010 1001110 1000110 0 10 11101010 1011111 111100

Color Harmonies of #384CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CFA

Black with #384CFA

Text Example


Text Example

White with #384CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384CFA; }

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

 H1.HeaderClassName
 {
   color: #384CFA;
 }
 .AnyTagClassName
 {
   color: #384CFA;
 }
</style>

background-color css

<style>
 a { background-color: #384CFA; }

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

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

border-color css

<style>
 span { border-color: #384CFA; }

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

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