Html Css Color HEX #384CFB Neon Blue

📋 copy color: '#384CFB'

red 56 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #384CFB

Tints of Neon Blue #384CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.54%

R = 14.62%
G = 19.84%
B = 65.54%

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

#384CFB (or 0x384CFB) is known color: Neon Blue. HEX triplet: 38, 4C and FB. RGB value is (56,76,251). Sum of RGB (Red+Green+Blue) = 56+76+251=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #384CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CFB is #C7B304. Grayscale: #595959. Windows color (decimal): -13087493 or 16469048. OLE color: 16469048.

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

Color convert

RGB 56 76 251 -
CMYK 0.78 0.70 0 0.02
HSL 233.85º 0.96% 0.6% -
HSV(B) 233.85º 0.78% 0.98% -
XYZ 21.63 12.97 92.63 -
YUV 89.97 218.87 103.77 -
System Red Green Blue C M Y K H S L
Decimal 56 76 251 0.78 0.70 0 0.02 233.85 0.96 0.6
Hex 38 4C FB 4E 46 0 2 EA 60 3C
Octal 70 114 373 116 106 0 2 352 140 74
Binary 111000 1001100 11111011 1001110 1000110 0 10 11101010 1100000 111100

Color Harmonies of #384CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CFB

Black with #384CFB

Text Example


Text Example

White with #384CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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