Html Css Color HEX #384BFB Neon Blue

📋 copy color: '#384BFB'

red 56 ◦ green 75 ◦ blue 251

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

Shades of Neon Blue #384BFB

Tints of Neon Blue #384BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.63%

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

R = 14.66%
G = 19.63%
B = 65.71%

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

#384BFB (or 0x384BFB) is known color: Neon Blue. HEX triplet: 38, 4B and FB. RGB value is (56,75,251). Sum of RGB (Red+Green+Blue) = 56+75+251=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #384BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384BFB is #C7B404. Grayscale: #585858. Windows color (decimal): -13087749 or 16468792. OLE color: 16468792.

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

Color convert

RGB 56 75 251 -
CMYK 0.78 0.70 0 0.02
HSL 234.15º 0.96% 0.6% -
HSV(B) 234.15º 0.78% 0.98% -
XYZ 21.56 12.84 92.61 -
YUV 89.38 219.21 104.19 -
System Red Green Blue C M Y K H S L
Decimal 56 75 251 0.78 0.70 0 0.02 234.15 0.96 0.6
Hex 38 4B FB 4E 46 0 2 EA 60 3C
Octal 70 113 373 116 106 0 2 352 140 74
Binary 111000 1001011 11111011 1001110 1000110 0 10 11101010 1100000 111100

Color Harmonies of #384BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BFB

Black with #384BFB

Text Example


Text Example

White with #384BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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