Html Css Color HEX #384CF1 Neon Blue

📋 copy color: '#384CF1'

red 56 ◦ green 76 ◦ blue 241

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

Shades of Neon Blue #384CF1

Tints of Neon Blue #384CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 64.61%

R = 15.01%
G = 20.38%
B = 64.61%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#384CF1 (or 0x384CF1) is known color: Neon Blue. HEX triplet: 38, 4C and F1. RGB value is (56,76,241). Sum of RGB (Red+Green+Blue) = 56+76+241=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #384CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CF1 is #C7B30E. Grayscale: #585858. Windows color (decimal): -13087503 or 15813688. OLE color: 15813688.

HSL color Cylindrical-coordinate representation of color #384CF1: hue angle of 233.51º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #384CF1 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 76 241 -
CMYK 0.77 0.68 0 0.05
HSL 233.51º 0.87% 0.58% -
HSV(B) 233.51º 0.77% 0.95% -
XYZ 20.09 12.36 84.55 -
YUV 88.83 213.87 104.58 -
System Red Green Blue C M Y K H S L
Decimal 56 76 241 0.77 0.68 0 0.05 233.51 0.87 0.58
Hex 38 4C F1 4D 44 0 5 EA 57 3A
Octal 70 114 361 115 104 0 5 352 127 72
Binary 111000 1001100 11110001 1001101 1000100 0 101 11101010 1010111 111010

Color Harmonies of #384CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CF1

Black with #384CF1

Text Example


Text Example

White with #384CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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